Ensure get_db is sourced so the vars carry over
This commit is contained in:
parent
9e937eca8b
commit
e4fd71437e
@ -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
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit cb8cbe46d0e8171fcd497e4d22ab719692347562
|
||||
Subproject commit 5c19aef7482aa0035f2d85e4c30ee21dfd7969c9
|
Loading…
x
Reference in New Issue
Block a user