From ae0e4de93eae932cd97dcae24695a7866980edfc Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 15 Mar 2017 15:40:28 -0700 Subject: [PATCH] No semicolons in bash code --- setup/splashpage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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