LinuxSecu/inc/clamavupdate
2022-08-24 07:57:22 +02:00

6 lines
132 B
Bash
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/sh
systemctl stop clamav-freshclam
/usr/bin/freshclam v >> /var/log/resul_freshclam.txt
systemctl start clamav-freshclam