Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2020-09-15 10:41:22 +0300
committerGitHub <noreply@github.com>2020-09-15 10:41:22 +0300
commitadb15b35bdba8eab2361eaed302eef30c935a8e0 (patch)
tree900899516e131302ada6186f4aa7eed25c37acb2 /apps/fail2ban.sh
parentd6920095d010879799959b3a793e07fd74562cfd (diff)
webmin - use the new reinstall-functions and smaller fixes (#1457)
Diffstat (limited to 'apps/fail2ban.sh')
-rw-r--r--apps/fail2ban.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/fail2ban.sh b/apps/fail2ban.sh
index ba518c4c..a7dcbd18 100644
--- a/apps/fail2ban.sh
+++ b/apps/fail2ban.sh
@@ -49,6 +49,9 @@ then
rm /etc/fail2ban/jail.local
check_command apt-get purge fail2ban -y
;;
+ "")
+ exit 1
+ ;;
*)
;;
esac