From 732a7f9fa25f8a800228b6478806ed08ce6c9bbb Mon Sep 17 00:00:00 2001 From: dkoao Date: Thu, 26 Sep 2019 04:05:03 +0000 Subject: [PATCH] added an additional quotation mark --- setup/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/start.sh b/setup/start.sh index 53c1d791..125777c5 100755 --- a/setup/start.sh +++ b/setup/start.sh @@ -107,7 +107,7 @@ source setup/spamassassin.sh source setup/web.sh source setup/webmail.sh -if [ "${DISABLE_NEXTCLOUD} == "1" ]; then +if [ "${DISABLE_NEXTCLOUD}" == "1" ]; then echo Skipping Nextcloud installation else source setup/nextcloud.sh