From 2bbe3fd19e1f057a7129365cdb4ef5e9336e977e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 27 Mar 2023 14:41:36 -0300 Subject: src/infrastructure/config/conf.env: Use file to parameterize reconfigure(8) and report(8) scripts --- src/infrastructure/scripts/report.sh | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'src/infrastructure/scripts/report.sh') diff --git a/src/infrastructure/scripts/report.sh b/src/infrastructure/scripts/report.sh index 54fbcd8..5c89b91 100755 --- a/src/infrastructure/scripts/report.sh +++ b/src/infrastructure/scripts/report.sh @@ -119,6 +119,15 @@ if [ -z "${OUTDIR:-}" ]; then exit 2 fi +if [ -r src/infrastructure/config/conf.env ]; then + CONF=src/infrastructure/config/conf.env +else + CONF=/etc/conf.env +fi + +# shellcheck source=/dev/null +. "$CONF" + esc() { sed \ @@ -147,9 +156,9 @@ done - + - servers - CI logs + $NAME - CI logs