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:18:14 -07:00
parent a938e318ae
commit 46fdafb8ab

View File

@ -157,7 +157,7 @@ ufw_allow https
if [ $DAV_HOSTNAME != $PRIMARY_HOSTNAME ]; then
mv management/templates/sync-guide.html management/templates/sync-guide-orig.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/DAV_HOSTNAME/$DAV_HOSTNAME/" management/templates/sync-guide.html
#sed -i "s/CALDAV_URL/$CALDAV_URL/" management/tempmlates/sync-guide.html
#sec -i "s/CARDDAV_URL/$CARDDAV_URL/" management/templates/sync-guide.html
fi