13 lines
399 B
Bash
Executable File
13 lines
399 B
Bash
Executable File
#!/bin/bash
|
|
|
|
/usr/bin/imunify360-agent check-domains > /dev/null 2>&1 || true
|
|
|
|
/opt/alt/python38/share/imunify360/scripts/report-command-error \
|
|
/usr/bin/yum update \
|
|
imunify-antivirus \
|
|
ai-bolit \
|
|
imunify-notifier \
|
|
--assumeyes > /dev/null 2>&1
|
|
|
|
/usr/bin/imunify-antivirus version > /dev/null 2>&1
|