Browse Source

no dollars

Bob Mottram 10 years ago
parent
commit
7efd9f3e6b
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      install-freedombone.sh

+ 2
- 2
install-freedombone.sh View File

388
   if [ ! $MY_USERNAME ]; then
388
   if [ ! $MY_USERNAME ]; then
389
       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
389
       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
390
           if [ -d /home/tor ]; then
390
           if [ -d /home/tor ]; then
391
-              $MY_USERNAME="tor"
391
+              MY_USERNAME="tor"
392
           fi
392
           fi
393
           if [ -d /home/toruser ]; then
393
           if [ -d /home/toruser ]; then
394
-              $MY_USERNAME="toruser"
394
+              MY_USERNAME="toruser"
395
           fi
395
           fi
396
           if [ ! $MY_USERNAME ]; then
396
           if [ ! $MY_USERNAME ]; then
397
               show_help
397
               show_help