From de6b977e213a435734f19ef0b9b732fb4a321698 Mon Sep 17 00:00:00 2001 From: dkoao Date: Fri, 27 Sep 2019 08:45:44 +0000 Subject: [PATCH] Add quotation marks to the echo call --- setup/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/start.sh b/setup/start.sh index 886640a1..bd534bf9 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 Nextcloud installation was skipped due to a configuration choice + echo "Nextcloud installation was skipped due to a configuration choice" else source setup/nextcloud.sh fi