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

Update web.sh

This commit is contained in:
kaibae19 2022-04-03 13:26:14 -07:00
parent 46fdafb8ab
commit c59d6153f4

View File

@ -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