From 6f2bd734b01f48f9ee525ac516ef9766b2a0e0cd Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 22 Jul 2015 19:28:30 +0100 Subject: [PATCH] Make script executable --- src/freedombone | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freedombone b/src/freedombone index dcd41b00..37da9107 100755 --- a/src/freedombone +++ b/src/freedombone @@ -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 }