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"
|
QUEUE="file"
|
||||||
TASKS="fileservertasks"
|
TASKS="fileservertasks"
|
||||||
APP="gvafile"
|
APP="gvafile"
|
||||||
|
export TZ="Europe/Berlin"
|
||||||
|
|
||||||
. "/srv/${APP}/.venv/bin/activate"
|
. "/srv/${APP}/.venv/bin/activate"
|
||||||
cd /srv/${APP}/${APP}
|
cd /srv/${APP}/${APP}
|
||||||
|
|
Loading…
Reference in a new issue