Rename script

This commit is contained in:
Devon Mackay
2018-07-30 18:31:18 -04:00
committed by dandds
parent 413f5329bb
commit 1d0d57735d

8
script/get_db_settings 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