From 8ee1c87c455b5a02be4b100212d2c3386155e2c4 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 31 Jan 2018 09:11:04 +0100 Subject: [PATCH] Do not setup the splashscreen anymore --- scripts/installer.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/installer.sh b/scripts/installer.sh index b6b96b7bc..57dede99e 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -93,7 +93,6 @@ fi if [[ "${is_update}" == "yes" ]]; then echo "==> installer: stop cloudron.target service for update" - "${box_src_tmp_dir}/setup/splashpage.sh" --data "${arg_data}" || true # show splash from new code ${BOX_SRC_DIR}/setup/stop.sh fi