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 ${!} }