Skip to content

Commit aba998d

Browse files
authored
Update fail2ban.sh
1 parent 40e56ab commit aba998d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fail2ban.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ if [ ! -f $F2B ]; then
9797
exit
9898
fi
9999
else
100-
exit
100+
printf "\nFile path incorrect. Forcing end!"
101+
exit 0
101102
fi
102103
else
103104
printf "\n${COL_YLW}########\n# ${COL_BLE}INFO ${COL_YLW}#\n########\n\n${COL_RST}"

0 commit comments

Comments
 (0)