From e4fd71437ee454c42eaa8e350ba6780ac0c2afa2 Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Mon, 30 Jul 2018 20:19:36 -0400 Subject: [PATCH] Ensure get_db is sourced so the vars carry over --- script/get_db_settings | 5 ++++- script/include | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/script/get_db_settings b/script/get_db_settings index 2c60ec3c..701c2844 100755 --- a/script/get_db_settings +++ b/script/get_db_settings @@ -7,5 +7,8 @@ source "$(dirname "${0}")"/../script/include/global_header.inc.sh # Run the shared get_db_settings script source ./script/include/run_get_db_settings.sh +echo echo "Postgres settings: " -echo $PGHOST +echo "PGHOST: $PGHOST" +echo "PGDATABASE: $PGDATABASE" +echo diff --git a/script/include b/script/include index cb8cbe46..5c19aef7 160000 --- a/script/include +++ b/script/include @@ -1 +1 @@ -Subproject commit cb8cbe46d0e8171fcd497e4d22ab719692347562 +Subproject commit 5c19aef7482aa0035f2d85e4c30ee21dfd7969c9