remove empty line
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2022-09-09 08:53:27 +02:00
parent f7cdcd799c
commit 6ab4b71282
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -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