Browse Source

Try postactiv with different server name

Bob Mottram 7 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
     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