saving uncommitted changes in /etc prior to dnf run

This commit is contained in:
2023-02-09 14:51:39 +02:00
parent f150a7c81b
commit 4911d0453d
112 changed files with 4799 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
#!/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