From 39b8af8ee0723d536a747000990221a58a7f75e5 Mon Sep 17 00:00:00 2001 From: Daniele Scasciafratte Date: Wed, 15 Jun 2022 19:46:29 +0200 Subject: [PATCH] Fix unbound variable part 2 Seems that the issue is still there, I didn't noticed the error the other day... --- database/sql/import-sql.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/database/sql/import-sql.sh b/database/sql/import-sql.sh index bd195d681..f4e9eeb62 100755 --- a/database/sql/import-sql.sh +++ b/database/sql/import-sql.sh @@ -20,6 +20,8 @@ set -eo pipefail set -u +export VVV_LOG="" + source /srv/provision/provision-helpers.sh VVV_CONFIG=/srv/config/default-config.yml