Make batman script executable
This commit is contained in:
parent
b584dbcad7
commit
2b2e943a6a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue