mirror of https://github.com/Nardo86/zm-docker.git
fix: Reset ZM Timezone
This commit is contained in:
parent
0fb34e5933
commit
fa480f0b5a
|
@ -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 ${!}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue