6 lines
132 B
Bash
Executable File
6 lines
132 B
Bash
Executable File
#!/bin/sh
|
||
systemctl stop clamav-freshclam
|
||
/usr/bin/freshclam ‐v >> /var/log/resul_freshclam.txt
|
||
systemctl start clamav-freshclam
|
||
|