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