From: Guillaume Pellerin Date: Wed, 20 Jan 2021 12:12:15 +0000 (+0100) Subject: fix backup path X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0c3ca9cd0958bb4f7cd09370c15c9f0caaa7a498;p=docker-django-scripts.git fix backup path --- diff --git a/prod/push_data.sh b/prod/push_data.sh index cb4c81d..35586aa 100755 --- a/prod/push_data.sh +++ b/prod/push_data.sh @@ -7,7 +7,7 @@ echo `date +\%Y\%m\%d-\%H-\%M-\%S` ./bin/prod/backup_db.sh -cd "$(dirname "$0")"/../../var +cd "$(dirname "$0")"/../../var/backup git add . git commit -a -m "update DB and media"