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
path: root/apps
diff options
context:
space:
mode:
authorDaniel Hansson <daniel@techandme.se>2017-12-17 19:32:46 +0300
committerGitHub <noreply@github.com>2017-12-17 19:32:46 +0300
commitbb612fea061ed2845ca6444607b21de4b080abe6 (patch)
tree293961c579f0083835f80fb0d0e04131b61ac674 /apps
parent508bd812f356b64049a322dd21028d5ceae5bb21 (diff)
more msg_box (#429)
* more msg_box * fix https://github.com/nextcloud/vm/issues/427 * Update fail2ban.sh
Diffstat (limited to 'apps')
-rw-r--r--apps/fail2ban.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/apps/fail2ban.sh b/apps/fail2ban.sh
index 3650aebe..8b038eac 100644
--- a/apps/fail2ban.sh
+++ b/apps/fail2ban.sh
@@ -121,9 +121,8 @@ check_command update-rc.d fail2ban enable
check_command service fail2ban restart
# The End
-echo
-echo "Fail2ban is now sucessfully installed."
-echo "Please use 'fail2ban-client set nextcloud unbanip <Banned IP>' to unban certain IPs"
-echo "You can also use 'iptables -L -n' to check which IPs that are banned"
-any_key "Press any key to continue..."
+msg_box "Fail2ban is now sucessfully installed.
+
+Please use 'fail2ban-client set nextcloud unbanip <Banned IP>' to unban certain IPs
+You can also use 'iptables -L -n' to check which IPs that are banned"
clear