Skip to content

Commit 351426c

Browse files
authored
Update fail2ban.sh
1 parent c846e38 commit 351426c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fail2ban.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [ "${*}" = "--help" ] || [ "${*}" = "-h" ] || [ "${*}" = "-?" ]; then
2929
fi
3030
if [ "${*}" = "--force" ] || [ "${*}" = "-f" ]; then
3131
printf "\n${COL_YLW}########\n# ${COL_BLE}INFO ${COL_YLW}#\n########\n\n${COL_GRN}"
32-
printf "Forcing start!${COL_RST}\n\n"
32+
printf "Forcing start!${COL_RST}\n"
3333
frc=1
3434
shift
3535
fi

0 commit comments

Comments
 (0)