Add wrapper script for settign DB ENV vars
This commit is contained in:
committed by
richard-dds
parent
b5055c8ce8
commit
6e9d8f92c4
8
script/get_db_settings.sh
Executable file
8
script/get_db_settings.sh
Executable 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
|
Reference in New Issue
Block a user