From: Ian Kelling Date: Wed, 1 Mar 2023 22:12:22 +0000 (-0500) Subject: fix last commit to mailtest-check X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=commitdiff_plain;h=6c39a25a83251ae0b00315bd6b8d53678c241142 fix last commit to mailtest-check --- 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