From 5b2fa875dc648c82a37fdb061eb76a77b2315b76 Mon Sep 17 00:00:00 2001 From: Feriman Date: Mon, 26 Jun 2023 21:45:17 +0200 Subject: [PATCH] Update portscan-protection.sh Small bugfix --- portscan-protection.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portscan-protection.sh b/portscan-protection.sh index 5c3a87c..b0bf2a5 100644 --- a/portscan-protection.sh +++ b/portscan-protection.sh @@ -297,7 +297,7 @@ fi if [ "$OPT" == '-v' ] || [ "$OPTL" == '--verify' ]; then # Crontab verify - [ ! -f "$CRONLOCATION" ] && printf "\nCrontab entry ${RED}not found.${NC}"\n || printf "\nCrontab entry found. ${GR}OK.${NC}\n" + [ ! -f "$CRONLOCATION" ] && printf "\nCrontab entry ${RED}not found.${NC}\n" || printf "\nCrontab entry found. ${GR}OK.${NC}\n" # Verify script location if [ -f "$SCRIPTLOCATION" ]; then