Add quotation marks to the echo call

This commit is contained in:
dkoao 2019-09-27 08:45:44 +00:00
parent 403d9fdb7d
commit de6b977e21
1 changed files with 1 additions and 1 deletions

View File

@ -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