Specify config files in variables.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
. apps.config
|
||||
. $1 # source the apps.config file with then env vars
|
||||
|
||||
read -r -a APP_CONFIGS <<< "$APP_CONFIGS"
|
||||
APP_CONFIGS+=('lb,root')
|
||||
|
||||
Reference in New Issue
Block a user