Bob Mottram 7 年之前
父節點
當前提交
7345b7b629
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      src/freedombone-app-postactiv

+ 3
- 3
src/freedombone-app-postactiv 查看文件

845
     fi
845
     fi
846
 
846
 
847
     POSTACTIV_SERVER=${POSTACTIV_DOMAIN_NAME}
847
     POSTACTIV_SERVER=${POSTACTIV_DOMAIN_NAME}
848
-    #if [[ $ONION_ONLY != 'no' ]]; then
849
-    #    POSTACTIV_SERVER=${POSTACTIV_ONION_HOSTNAME}
850
-    #fi
848
+    if [[ $ONION_ONLY != 'no' ]]; then
849
+        POSTACTIV_SERVER=${POSTACTIV_ONION_HOSTNAME}
850
+    fi
851
 
851
 
852
     # Create the configuration
852
     # Create the configuration
853
     postactiv_installer=/var/www/${POSTACTIV_DOMAIN_NAME}/htdocs/scripts/install_cli.php
853
     postactiv_installer=/var/www/${POSTACTIV_DOMAIN_NAME}/htdocs/scripts/install_cli.php