Some minor changes at script output - second time.

This commit is contained in:
Christoph 2020-11-26 18:23:36 +01:00
parent 02427ecee7
commit 8b2e2c505b

View File

@ -486,6 +486,11 @@ else
if [[ $? -eq 0 ]]; then
echo_ok
if ! $terminal ; then
echo ""
echo " Resend blocked e-mail with signatur ${virus_emails[$_virus_email]} to $_recipient"
fi
echononl "Remove \033[1mvirus/${_virus_email}\033[m from QUARANTINE directory.."
rm "${Q_VIRUS_DIR}/${_virus_email}" > "$log_file" 2>&1
if [[ $? -eq 0 ]]; then