1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-15 17:37:22 +01:00

Merge remote-tracking branch 'upstream/main' into sync-upstream

# Conflicts:
#	setup/webmail.sh
This commit is contained in:
downtownallday
2025-02-15 18:51:34 -05:00
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
# Cleanup SSL certificates which expired more than 7 days ago from $STORAGE_ROOT/ssl and move them to $STORAGE_ROOT/ssl.expired
source /etc/mailinabox.conf
shopt -s extglob
shopt -s extglob nullglob
retain_after="$(date --date="7 days ago" +%Y%m%d)"