mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-29 04:17:07 +00:00
explain why Nextcloud gets skipped
This commit is contained in:
parent
9754e78f20
commit
4f5fb7fe4b
@ -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 Skipping Nextcloud installation
|
echo Nextcloud installation was skipped due to a configuration choice
|
||||||
else
|
else
|
||||||
source setup/nextcloud.sh
|
source setup/nextcloud.sh
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user