Skip to content

Commit

Permalink
Update portscan-protection.sh
Browse files Browse the repository at this point in the history
Small bugfix
  • Loading branch information
Feriman22 authored Jun 26, 2023
1 parent 746236c commit 5b2fa87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portscan-protection.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b2fa87

Please sign in to comment.