iankelling.org
/
git
/
distro-setup
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c905a37
)
fix last commit to mailtest-check
author
Ian Kelling
<ian@iankelling.org>
Wed, 1 Mar 2023 22:12:22 +0000
(17:12 -0500)
committer
Ian Kelling
<ian@iankelling.org>
Wed, 1 Mar 2023 22:12:22 +0000
(17:12 -0500)
mailtest-check
patch
|
blob
|
history
diff --git
a/mailtest-check
b/mailtest-check
index 599d4b6a4157ab0ddc31e74b58b0766e8cc61bc4..06ddec68063f9415a05db1a7f5ae51cb8d0227a9 100755
(executable)
--- 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