We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2a7cd commit 2a24431Copy full SHA for 2a24431
apps/fail2ban.sh
@@ -55,7 +55,7 @@ fi
55
56
### Local variables ###
57
# location of Nextcloud logs
58
-NCLOG="$(print_text_in_color "$ICyan" "Finding nextclod.log..." && find / -name nextcloud.log -quit)"
+NCLOG="$(print_text_in_color "$ICyan" "Finding nextcloud.log..." && find / -name nextcloud.log -quit)"
59
# time to ban an IP that exceeded attempts
60
BANTIME_=600000
61
# cooldown time for incorrect passwords
0 commit comments