1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-26 16:21:31 +00:00

Merge pull request #6057 from mailcow/fix/sogo-auto-reply

[SOGo] Fix vacation auto reply date shifting
This commit is contained in:
FreddleSpl0it
2024-09-05 11:19:40 +02:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ if [[ ! -z ${REDIS_SLAVEOF_IP} ]]; then
cp /etc/syslog-ng/syslog-ng-redis_slave.conf /etc/syslog-ng/syslog-ng.conf
fi
echo "$TZ" > /etc/timezone
# Run hooks
for file in /hooks/*; do
if [ -x "${file}" ]; then