Specify config files in variables.

This commit is contained in:
2025-09-15 15:00:26 -07:00
parent 134e12d272
commit 5ad6f158b4
4 changed files with 32 additions and 29 deletions

View File

@@ -2,7 +2,7 @@
set -e
. apps.config
. $1 # source the apps.config file with then env vars
read -r -a APP_CONFIGS <<< "$APP_CONFIGS"