We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef089c2 commit 1274413Copy full SHA for 1274413
scripts/91-log_cleanup.sh
@@ -4,6 +4,9 @@
4
echo "Clearing all log files"
5
rm -rf /var/log/*
6
7
+# creating system stats directory
8
+mkdir /var/log/sysstat
9
+
10
# https://github.com/fail2ban/fail2ban/issues/1593
11
touch /var/log/auth.log
12
0 commit comments