瀏覽代碼

no dollars

Bob Mottram 10 年之前
父節點
當前提交
7efd9f3e6b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      install-freedombone.sh

+ 2
- 2
install-freedombone.sh 查看文件

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