Add TZ for consistent Celery timestamps
This commit is contained in:
parent
46e3db3a89
commit
e197413127
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue