From 6c39a25a83251ae0b00315bd6b8d53678c241142 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Wed, 1 Mar 2023 17:12:22 -0500 Subject: [PATCH] fix last commit to mailtest-check --- mailtest-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailtest-check b/mailtest-check index 599d4b6..06ddec6 100755 --- a/mailtest-check +++ b/mailtest-check @@ -310,7 +310,7 @@ EOF dir=/var/lib/prometheus/node-exporter path=$dir/mailtest-check.prom.$$ if $doprom && [[ -e $dir ]]; then - for l in "${unexpected_spamd_results missing_dnswl[@]}"; do + for l in "${unexpected_spamd_results[@]}"; do printf "%s\n" "$l" >>$path done for l in "${missing_dnswl[@]}"; do -- 2.30.2