whitelist_mb_sigs.sh: a realy minor change in scriptoutput.
This commit is contained in:
@ -264,7 +264,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -s "/tmp/${_sig}.${random_prefix}" ]]; then
|
if [[ -s "/tmp/${_sig}.${random_prefix}" ]]; then
|
||||||
echononl "Add signature '$_sig' whitelist array.."
|
echononl "Add signature '$_sig' to whitelist array.."
|
||||||
white_list+=("$_sig")
|
white_list+=("$_sig")
|
||||||
if [[ $? -eq 0 ]]; then
|
if [[ $? -eq 0 ]]; then
|
||||||
echo_ok
|
echo_ok
|
||||||
|
Reference in New Issue
Block a user