This commit is contained in:
Bob Mottram 2018-05-08 21:13:17 +01:00
parent 22132e1241
commit 7345b7b629
1 changed files with 3 additions and 3 deletions

View File

@ -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