atst/script/get_db_settings
2018-08-30 16:45:22 -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