Some minor changes at script output - second time.
This commit is contained in:
parent
02427ecee7
commit
8b2e2c505b
@ -486,6 +486,11 @@ else
|
|||||||
if [[ $? -eq 0 ]]; then
|
if [[ $? -eq 0 ]]; then
|
||||||
echo_ok
|
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.."
|
echononl "Remove \033[1mvirus/${_virus_email}\033[m from QUARANTINE directory.."
|
||||||
rm "${Q_VIRUS_DIR}/${_virus_email}" > "$log_file" 2>&1
|
rm "${Q_VIRUS_DIR}/${_virus_email}" > "$log_file" 2>&1
|
||||||
if [[ $? -eq 0 ]]; then
|
if [[ $? -eq 0 ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user