16 lines
658 B
Bash
Executable File
16 lines
658 B
Bash
Executable File
#!/bin/bash
|
|
/usr/bin/imunify360-agent check-domains > /dev/null 2>&1
|
|
/opt/alt/python38/share/imunify360/scripts/report-command-error \
|
|
/usr/bin/yum update \
|
|
imunify360-firewall \
|
|
cloudlinux-backup-utils \
|
|
ai-bolit \
|
|
imunify360-php-i360 \
|
|
imunify-realtime-av \
|
|
imunify-auditd-log-reader \
|
|
imunify360-webshield-bundle \
|
|
imunify360-pam \
|
|
imunify-notifier \
|
|
imunify360-unified-access-logger \
|
|
--assumeyes > /dev/null 2>&1
|