diff --git a/src/freedombone b/src/freedombone index 7e9f03cd..70520eb6 100755 --- a/src/freedombone +++ b/src/freedombone @@ -8887,11 +8887,8 @@ function install_webmail { exit 52825 fi - WEBMAIL_ONION_HOSTNAME= - if [[ $ONION_ONLY != "no" ]]; then - WEBMAIL_ONION_HOSTNAME=$(add_onion_service webmail 80 ${WEBMAIL_ONION_PORT}) - echo "Webmail onion domain:${WEBMAIL_ONION_HOSTNAME}" >> $COMPLETION_FILE - fi + WEBMAIL_ONION_HOSTNAME=$(add_onion_service webmail 80 ${WEBMAIL_ONION_PORT}) + echo "Webmail onion domain:${WEBMAIL_ONION_HOSTNAME}" >> $COMPLETION_FILE get_mariadb_webmail_admin_password if [ ! $WEBMAIL_ADMIN_PASSWORD ]; then