mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-05-21 05:28:58 +02:00
Add quotation marks to the echo call
This commit is contained in:
@@ -108,7 +108,7 @@ source setup/web.sh
|
|||||||
source setup/webmail.sh
|
source setup/webmail.sh
|
||||||
|
|
||||||
if [ "${DISABLE_NEXTCLOUD}" == "0" ]; then
|
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
|
else
|
||||||
source setup/nextcloud.sh
|
source setup/nextcloud.sh
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user