From fa480f0b5ad0dc08cc8978f106a2860ceb123220 Mon Sep 17 00:00:00 2001 From: Nardo86 <64206225+Nardo86@users.noreply.github.com> Date: Tue, 30 Aug 2022 14:06:57 +0200 Subject: [PATCH] fix: Reset ZM Timezone --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 6797a83..bba6d08 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -150,6 +150,8 @@ if [ "$RESULT" != "" ]; then echo "done" fi +mysql -e "update zm.Config set Value = '$TZ' where Name = 'ZM_TIMEZONE';" + tail -f /var/log/apache2/error.log & wait ${!} }