diff --git a/Backend/multi/Fail2Ban-Report-cronscript.sh b/Backend/multi/Fail2Ban-Report-cronscript.sh new file mode 100644 index 0000000..ed6c136 --- /dev/null +++ b/Backend/multi/Fail2Ban-Report-cronscript.sh @@ -0,0 +1,10 @@ +#!/bin/bash +# Fail2Ban-Report-cronscript.sh + +# Run Information gathering +./fail2ban_log2json.sh +# wait 5 seconds +sleep 5 + +# Run downlod-checker to see if updates available +./download-checker.sh