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

Merge branch 'staging' into nightly

This commit is contained in:
FreddleSpl0it
2024-09-05 14:53:37 +02:00
15 changed files with 255 additions and 66 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