From 9dfbcea165d62c0179f6f51809032a3f8cbcd40f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 7 Aug 2015 23:23:01 +0100 Subject: [PATCH] babel --- src/freedombone-client | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/freedombone-client b/src/freedombone-client index 0a32d16f..8f39fbd3 100755 --- a/src/freedombone-client +++ b/src/freedombone-client @@ -109,11 +109,11 @@ function mesh_babel { echo ' exit 1' >> $babel_script echo 'fi' >> $babel_script echo '' >> $babel_script - echo 'if [ -f /bin/systemctl ]; then' >> $batman_script - echo ' systemctl stop networking' >> $batman_script - echo 'else' >> $batman_script - echo ' service networking stop' >> $batman_script - echo 'fi' >> $batman_script + echo 'if [ -f /bin/systemctl ]; then' >> $babel_script + echo ' systemctl stop networking' >> $babel_script + echo 'else' >> $babel_script + echo ' service networking stop' >> $babel_script + echo 'fi' >> $babel_script echo 'ifconfig $IFACE down' >> $babel_script echo -n 'iwconfig $IFACE mode ad-hoc channel ' >> $babel_script echo "$WIFI_CHANNEL essid \"$ESSID\"" >> $babel_script