Update start.sh

This commit is contained in:
kaibae19
2022-04-03 12:13:59 -07:00
parent 55ad698bb1
commit 9636c313ed
+1 -1
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