Browse Source

Try postactiv with different server name

Bob Mottram 6 years ago
parent
commit
22132e1241
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/freedombone-app-postactiv

+ 3
- 3
src/freedombone-app-postactiv View File

@@ -845,9 +845,9 @@ function install_postactiv_main {
845 845
     fi
846 846
 
847 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 852
     # Create the configuration
853 853
     postactiv_installer=/var/www/${POSTACTIV_DOMAIN_NAME}/htdocs/scripts/install_cli.php