Make script executable

This commit is contained in:
Bob Mottram 2015-07-22 19:28:30 +01:00
parent b0520ddc2c
commit 6f2bd734b0
1 changed files with 1 additions and 0 deletions

View File

@ -1597,6 +1597,7 @@ function mesh_babel {
echo "ifconfig wlan0:avahi 192.168.$a.$b netmask 255.255.255.0 broadcast 192.168.13.255" >> /usr/bin/mesh-babel
echo "babeld -D wlan0:avahi -p $BABEL_PORT -d 5 wlan0" >> /usr/bin/mesh-babel
echo 'exit 0' >> /usr/bin/mesh-babel
chmod +x /usr/bin/mesh-babel
echo 'mesh_babel' >> $COMPLETION_FILE
}