From 26eacae0d3dcd31632a3368eeaeef4af6980c5cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Mon, 7 May 2018 18:23:05 +0200 Subject: [PATCH] Update backup.sh --- containers/zammad-postgresql/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/zammad-postgresql/backup.sh b/containers/zammad-postgresql/backup.sh index efe1bb6..f27f8e3 100644 --- a/containers/zammad-postgresql/backup.sh +++ b/containers/zammad-postgresql/backup.sh @@ -2,7 +2,7 @@ set -e -: "${ZAMMAD_RAILSSERVER_HOST:=zammad-railsserver-host}" +: "${ZAMMAD_RAILSSERVER_HOST:=zammad-railsserver}" : "${ZAMMAD_RAILSSERVER_PORT:=3000}" function check_railsserver_available {