From d80ef70c678acddca7c95ea8b0e8be4fca1e7eeb Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 8 Aug 2015 10:01:41 +0100 Subject: [PATCH] Use bash --- src/freedombone-client | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedombone-client b/src/freedombone-client index f39fc691..c765ea73 100755 --- a/src/freedombone-client +++ b/src/freedombone-client @@ -93,7 +93,7 @@ function mesh_babel { babel_script=/tmp/babel - echo '#!/bin/sh' > $babel_script + echo '#!/bin/bash' > $babel_script echo '' >> $babel_script echo 'if [[ $1 == "ls" || $1 == "list" ]]; then' >> $babel_script echo ' avahi-browse --all' >> $babel_script @@ -160,7 +160,7 @@ function mesh_batman { batman_script=/tmp/batman - echo '#!/bin/sh' > $batman_script + echo '#!/bin/bash' > $batman_script echo '' >> $batman_script echo 'if [[ $1 == "start" ]]; then' >> $batman_script echo ' # install avahi' >> $batman_script