Ensure get_db is sourced so the vars carry over

This commit is contained in:
Devon Mackay 2018-07-30 20:19:36 -04:00 committed by dandds
parent 9e937eca8b
commit e4fd71437e
2 changed files with 5 additions and 2 deletions

View File

@ -7,5 +7,8 @@ source "$(dirname "${0}")"/../script/include/global_header.inc.sh
# Run the shared get_db_settings script # Run the shared get_db_settings script
source ./script/include/run_get_db_settings.sh source ./script/include/run_get_db_settings.sh
echo
echo "Postgres settings: " echo "Postgres settings: "
echo $PGHOST echo "PGHOST: $PGHOST"
echo "PGDATABASE: $PGDATABASE"
echo

@ -1 +1 @@
Subproject commit cb8cbe46d0e8171fcd497e4d22ab719692347562 Subproject commit 5c19aef7482aa0035f2d85e4c30ee21dfd7969c9