From 9636c313ed3dac590082be101cb583fef55a8093 Mon Sep 17 00:00:00 2001 From: kaibae19 <99116238+kaibae19@users.noreply.github.com> Date: Sun, 3 Apr 2022 12:13:59 -0700 Subject: [PATCH] Update start.sh --- setup/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/start.sh b/setup/start.sh index 63af81db..f875d1af 100755 --- a/setup/start.sh +++ b/setup/start.sh @@ -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