From 2948d9962bfb437efd7ea0166c70690061adfb4a Mon Sep 17 00:00:00 2001 From: Tim McLean Date: Fri, 23 Aug 2019 08:38:56 -0700 Subject: [PATCH] Fix typo --- modes/normal.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modes/normal.sh b/modes/normal.sh index 2becbd9..05cb4a9 100644 --- a/modes/normal.sh +++ b/modes/normal.sh @@ -574,7 +574,7 @@ else fi fi -if [ -z "$port_161U" ]; +if [ -z "$port_161" ]; then echo -e "$OKRED + -- --=[Port 161 closed... skipping.$RESET" else @@ -1310,4 +1310,4 @@ if [ "$SLACK_NOTIFICATIONS" == "1" ]; then fi if [ "$LOOT" = "1" ] && [ -z "$NOLOOT" ]; then loot -fi \ No newline at end of file +fi