Add TZ for consistent Celery timestamps

This commit is contained in:
Jan Dittberner 2023-02-20 15:42:02 +01:00
parent 46e3db3a89
commit e197413127
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ set -e
QUEUE="file"
TASKS="fileservertasks"
APP="gvafile"
export TZ="Europe/Berlin"
. "/srv/${APP}/.venv/bin/activate"
cd /srv/${APP}/${APP}