Make batman script executable

This commit is contained in:
Bob Mottram 2015-07-26 15:29:31 +01:00
parent b584dbcad7
commit 2b2e943a6a
1 changed files with 1 additions and 0 deletions

View File

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