Fix an issue in output2html script, reported by PengouinBSD - reed-alert - Lightweight agentless alerting system for server
HTML git clone git://bitreich.org/reed-alert/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/reed-alert/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit fb3f70e0533553679ec516291c32f899b74a2c17
DIR parent 13cf2712556758a985dc315ae25eea2aa7b3b0dd
HTML Author: Solene Rapenne <solene@perso.pw>
Date: Wed, 26 Feb 2020 19:08:17 +0100
Fix an issue in output2html script, reported by PengouinBSD
Diffstat:
M extras/output2html.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/extras/output2html.sh b/extras/output2html.sh
@@ -7,7 +7,7 @@ awk -F'\t' \
-v desc=1 \
-v previousstate=1 \
-v currentstate=1 \
- -v triggerstate=1 \
+ -v triggerstate=1 \
-v count=1 '
BEGIN {