Add wrapper script for settign DB ENV vars

This commit is contained in:
Devon Mackay 2018-07-30 15:51:36 -04:00 committed by dandds
parent 85c8a1166d
commit 239a0e9821

8
script/get_db_settings.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
# script/get_db_settings: Fetch postgresql settings and set them as ENV vars
source "$(dirname "${0}")"/../script/include/global_header.inc.sh
# Run the shared get_db_settings script
source ./script/include/run_get_sb_settings.sh