From 7efd9f3e6bccfb9715f29b682fe028f0bd07bafa Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 27 Dec 2014 16:54:45 +0000 Subject: [PATCH] no dollars --- install-freedombone.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index bf820a20..bc92d0ad 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -388,10 +388,10 @@ function argument_checks { if [ ! $MY_USERNAME ]; then if [[ $DOMAIN_NAME == "tor-wifi" || $DOMAIN_NAME == "torwifi" || $DOMAIN_NAME == "tor-hotspot" || $DOMAIN_NAME == "torhotspot" || $DOMAIN_NAME == "tor-access-point" || $DOMAIN_NAME == "tor" || $DOMAIN_NAME == "tor-dongle" || $DOMAIN_NAME == "tordongle" ]]; then if [ -d /home/tor ]; then - $MY_USERNAME="tor" + MY_USERNAME="tor" fi if [ -d /home/toruser ]; then - $MY_USERNAME="toruser" + MY_USERNAME="toruser" fi if [ ! $MY_USERNAME ]; then show_help