fix: Reset ZM Timezone

This commit is contained in:
Nardo86 2022-08-30 14:06:57 +02:00 committed by GitHub
parent 0fb34e5933
commit fa480f0b5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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