diff --git a/scripts/20-rocky-9.sh b/scripts/20-rocky-9.sh index 3659915..3babe89 100644 --- a/scripts/20-rocky-9.sh +++ b/scripts/20-rocky-9.sh @@ -8,7 +8,6 @@ dnf -q clean all ### Cleans all audit logs echo '> Cleaning all audit logs ...' - if [ -f /var/log/audit/audit.log ]; then cat /dev/null >/var/log/audit/audit.log fi