atst/script/get_db_settings
Devon Mackay 0d30d08718 Fix type
2018-07-31 11:50:33 -04:00

9 lines
245 B
Bash
Executable File

#!/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_db_settings.sh