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 c846e38 commit 351426cCopy full SHA for 351426c
fail2ban.sh
@@ -29,7 +29,7 @@ if [ "${*}" = "--help" ] || [ "${*}" = "-h" ] || [ "${*}" = "-?" ]; then
29
fi
30
if [ "${*}" = "--force" ] || [ "${*}" = "-f" ]; then
31
printf "\n${COL_YLW}########\n# ${COL_BLE}INFO ${COL_YLW}#\n########\n\n${COL_GRN}"
32
- printf "Forcing start!${COL_RST}\n\n"
+ printf "Forcing start!${COL_RST}\n"
33
frc=1
34
shift
35
0 commit comments