diff --git a/setup/splashpage.sh b/setup/splashpage.sh index e98aa98cd..b9389544a 100755 --- a/setup/splashpage.sh +++ b/setup/splashpage.sh @@ -13,7 +13,7 @@ echo "Setting up nginx update page" if [[ ! -f "${DATA_DIR}/nginx/applications/admin.conf" ]]; then echo "No admin.conf found. This Cloudron has no domain yet. Skip splash setup" - exit 0; + exit fi source "${script_dir}/argparser.sh" "$@" # this injects the arg_* variables used below