From c59d6153f44d50bb1981b7c1002adcca4b6cb6a0 Mon Sep 17 00:00:00 2001 From: kaibae19 <99116238+kaibae19@users.noreply.github.com> Date: Sun, 3 Apr 2022 13:26:14 -0700 Subject: [PATCH] Update web.sh --- setup/web.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/web.sh b/setup/web.sh index a0030682..21b0152e 100755 --- a/setup/web.sh +++ b/setup/web.sh @@ -155,7 +155,7 @@ ufw_allow https #Correct information on the Contact/Calendar informational page with External CardDAV/CalDAV URLs if [ $DAV_HOSTNAME != $PRIMARY_HOSTNAME ]; then - mv management/templates/sync-guide.html management/templates/sync-guide-orig.html + cp management/templates/sync-guide.html management/templates/sync-guide-int.html cp management/templates/sync-guide-ext.html management/templates/sync-guide.html sed -i "s/DAV_HOSTNAME/$DAV_HOSTNAME/" management/templates/sync-guide.html #sed -i "s/CALDAV_URL/$CALDAV_URL/" management/tempmlates/sync-guide.html