From e8e0c2897f07c70f4723b359d2957faeff335ef4 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 23 Aug 2018 18:50:45 +0200 Subject: [PATCH] Fix restore_db option --- dev/pull_data.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/pull_data.sh b/dev/pull_data.sh index e825dcc..f52eb5f 100755 --- a/dev/pull_data.sh +++ b/dev/pull_data.sh @@ -10,5 +10,6 @@ git pull # Restore database if [ "$1" = "--restore-db" ]; then - docker-compose run db /srv/bin/dev/restore_db.sh + cd .. + bin/dev/restore_db_only.sh fi -- 2.39.5