Edit File: imunify-realtime-av-fchange-updater.cron
#!/bin/bash if /usr/bin/rpm -q cloudlinux-fchange >/dev/null 2>&1 ; then /usr/libexec/report-command-error \ /usr/bin/yum update cloudlinux-fchange \ --enablerepo=cloudlinux-updates-testing \ --assumeyes >/dev/null 2>&1 ; fi