From 4f5fb7fe4b626912fc5e6f9fe7e401048327cfdf Mon Sep 17 00:00:00 2001 From: dkoao Date: Thu, 26 Sep 2019 10:26:44 +0000 Subject: [PATCH] explain why Nextcloud gets skipped --- setup/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/start.sh b/setup/start.sh index bad3de90..886640a1 100755 --- a/setup/start.sh +++ b/setup/start.sh @@ -108,7 +108,7 @@ source setup/web.sh source setup/webmail.sh if [ "${DISABLE_NEXTCLOUD}" == "0" ]; then - echo Skipping Nextcloud installation + echo Nextcloud installation was skipped due to a configuration choice else source setup/nextcloud.sh fi