From c07f1c29ba323e405c27fc19ac3e44e091c12b13 Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 12 Jan 2021 17:03:35 +0100 Subject: [PATCH] whitelist_mb_sigs.sh: a realy minor change in scriptoutput. --- whitelist_mb_sigs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whitelist_mb_sigs.sh b/whitelist_mb_sigs.sh index 801fde8..3a45b0c 100755 --- a/whitelist_mb_sigs.sh +++ b/whitelist_mb_sigs.sh @@ -264,7 +264,7 @@ else fi if [[ -s "/tmp/${_sig}.${random_prefix}" ]]; then - echononl "Add signature '$_sig' whitelist array.." + echononl "Add signature '$_sig' to whitelist array.." white_list+=("$_sig") if [[ $? -eq 0 ]]; then echo_ok