whitelist_mb_sigs.sh: a realy minor change in scriptoutput.

This commit is contained in:
Christoph 2021-01-12 17:03:35 +01:00
parent 27ab4858da
commit c07f1c29ba

View File

@ -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