Skip to content
Snippets Groups Projects
Commit 6f2bd734 authored by Bob Mottram's avatar Bob Mottram
Browse files

Make script executable

parent b0520ddc
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment