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-07-04 23:05:58 +0300
committerGitHub <noreply@github.com>2017-07-04 23:05:58 +0300
commitb0633c6f9da6ba422e19069115f7c030a2ee0223 (patch)
tree6b538ce51e720d36cf4461b89ed7e07586b2cff5 /apps
parentfa8752424b4d6b1d7cbef323dbd888f7402a5c9b (diff)
this is fail2ban
Diffstat (limited to 'apps')
-rw-r--r--apps/fail2ban.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/fail2ban.sh b/apps/fail2ban.sh
index 05563bed..b13d7389 100644
--- a/apps/fail2ban.sh
+++ b/apps/fail2ban.sh
@@ -16,7 +16,7 @@ debug_mode
# Check if root
if ! is_root
then
- printf "\n${Red}Sorry, you are not root.\n${Color_Off}You must type: ${Cyan}sudo ${Color_Off}bash %s/phpmyadmin_install.sh\n" "$SCRIPTS"
+ printf "\n${Red}Sorry, you are not root.\n${Color_Off}You must type: ${Cyan}sudo ${Color_Off}bash %s/fail2ban.sh\n" "$SCRIPTS"
sleep 3
exit 1
fi