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:
parent
46fdafb8ab
commit
c59d6153f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user