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