Try postactiv with different server name
This commit is contained in:
parent
519d3ee197
commit
22132e1241
|
@ -845,9 +845,9 @@ function install_postactiv_main {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
POSTACTIV_SERVER=${POSTACTIV_DOMAIN_NAME}
|
POSTACTIV_SERVER=${POSTACTIV_DOMAIN_NAME}
|
||||||
if [[ $ONION_ONLY != 'no' ]]; then
|
#if [[ $ONION_ONLY != 'no' ]]; then
|
||||||
POSTACTIV_SERVER=${POSTACTIV_ONION_HOSTNAME}
|
# POSTACTIV_SERVER=${POSTACTIV_ONION_HOSTNAME}
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
# Create the configuration
|
# Create the configuration
|
||||||
postactiv_installer=/var/www/${POSTACTIV_DOMAIN_NAME}/htdocs/scripts/install_cli.php
|
postactiv_installer=/var/www/${POSTACTIV_DOMAIN_NAME}/htdocs/scripts/install_cli.php
|
||||||
|
|
Loading…
Reference in New Issue