From 1d788ab317af33b3b939e8a726763c6e71daedf4 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 25 Feb 2020 17:01:56 +0100 Subject: [PATCH] [db] fix host for restoring --- dev/local/restore_db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/local/restore_db.sh b/dev/local/restore_db.sh index c61b65f..5392fd3 100755 --- a/dev/local/restore_db.sh +++ b/dev/local/restore_db.sh @@ -1,6 +1,6 @@ #!/bin/bash -/srv/bin/misc/wait-for-it/wait-for-it.sh -h localhost -p $DB_PORT; +/srv/bin/misc/wait-for-it/wait-for-it.sh -h db -p $DB_PORT; set -e -- 2.39.5