X7ROOT File Manager
Current Path:
/opt/imunify360/venv/share/imunify360/scripts
opt
/
imunify360
/
venv
/
share
/
imunify360
/
scripts
/
📁
..
📄
check-detached.py
(1.11 KB)
📄
create_default_config
(1.23 KB)
📄
delay_on_cron_call.py
(1.12 KB)
📄
imunify-disable-cpu-accounting.sh
(792 B)
📄
imunify-doctor.sh
(17.05 KB)
📄
imunify-force-update.sh
(3.12 KB)
📄
purge-clamav
(535 B)
📄
send-notifications
(7.66 KB)
📄
update_components_versions.py
(4.02 KB)
Editing: purge-clamav
#!/bin/bash set -x im360_clamav=$(yum list installed | grep imunify360 | grep clamav | awk '{print $1}') installed_epel=0 if [ -n "${im360_clamav}" ]; then if [ ! -f /etc/yum.repos.d/epel.repo ] && ! yum repolist all | grep 'epel/'; then yum -y install epel-release installed_epel=1 fi yum -y downgrade --enablerepo=epel ${im360_clamav} if [ $installed_epel = 1 ]; then yum -y remove epel-release fi fi touch /var/imunify360/tmp/clamav_purged rm -f /etc/cron.d/imunify360-purge-clamav
Upload File
Create Folder