Browse Source

Make batman script executable

Bob Mottram 9 years ago
parent
commit
2b2e943a6a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone

+ 1
- 0
src/freedombone View File

@@ -1820,6 +1820,7 @@ function mesh_batman_bridge {
1820 1820
   echo '    ;;' >> $batman_script
1821 1821
   echo 'esac' >> $batman_script
1822 1822
   echo 'exit 0' >> $batman_script
1823
+  chmod +x $batman_script
1823 1824
 
1824 1825
   echo '[Unit]' > /etc/systemd/system/batman.service
1825 1826
   echo 'Description=B.A.T.M.A.N. Advanced' >> /etc/systemd/system/batman.service