mirror of https://github.com/1N3/Sn1per.git
Fix typo
This commit is contained in:
parent
e2b57db6fe
commit
2948d9962b
|
|
@ -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
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue