1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-11 01:27:17 +00:00

Update start.sh

This commit is contained in:
kaibae19 2022-04-03 12:13:59 -07:00
parent 55ad698bb1
commit 9636c313ed

View File

@ -110,7 +110,7 @@ source setup/spamassassin.sh
source setup/web.sh
source setup/webmail.sh
# If DAV server hostname is differs from this machine, omit Nextcloud installation
if [ $DAV_HOSTNAME == $PRIMARY_HOSTNAME]; then
if [ $DAV_HOSTNAME == $PRIMARY_HOSTNAME ]; then
source setup/nextcloud.sh
fi
source setup/zpush.sh