Rename script

This commit is contained in:
Devon Mackay
2018-07-30 18:31:18 -04:00
committed by richard-dds
parent abb16ec397
commit 1875dbc9fd

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