From 22132e1241b6f5ff5ea366298cb64c0f42914a01 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 8 May 2018 20:25:59 +0100 Subject: [PATCH] Try postactiv with different server name --- src/freedombone-app-postactiv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/freedombone-app-postactiv b/src/freedombone-app-postactiv index 2cb22d97..51fde3b8 100755 --- a/src/freedombone-app-postactiv +++ b/src/freedombone-app-postactiv @@ -845,9 +845,9 @@ function install_postactiv_main { fi POSTACTIV_SERVER=${POSTACTIV_DOMAIN_NAME} - if [[ $ONION_ONLY != 'no' ]]; then - POSTACTIV_SERVER=${POSTACTIV_ONION_HOSTNAME} - fi + #if [[ $ONION_ONLY != 'no' ]]; then + # POSTACTIV_SERVER=${POSTACTIV_ONION_HOSTNAME} + #fi # Create the configuration postactiv_installer=/var/www/${POSTACTIV_DOMAIN_NAME}/htdocs/scripts/install_cli.php