Skip to content

Commit 2a24431

Browse files
authored
Fix typo
1 parent af2a7cd commit 2a24431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/fail2ban.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fi
5555

5656
### Local variables ###
5757
# location of Nextcloud logs
58-
NCLOG="$(print_text_in_color "$ICyan" "Finding nextclod.log..." && find / -name nextcloud.log -quit)"
58+
NCLOG="$(print_text_in_color "$ICyan" "Finding nextcloud.log..." && find / -name nextcloud.log -quit)"
5959
# time to ban an IP that exceeded attempts
6060
BANTIME_=600000
6161
# cooldown time for incorrect passwords

0 commit comments

Comments
 (0)