Minor bugfix

This commit is contained in:
2022-11-24 12:57:23 +00:00
parent e942411335
commit 4280ba3429

View File

@@ -139,7 +139,7 @@ if [[ -z "$TARGET_IP" ]]; then
if [[ -z "$APP_IP" ]]; then
debug "No any IP address found for TARGET: $TARGET, try again to resolv";
name_resolver $i;
debug "source ip is $APP_IP";
debug "target ip is $APP_IP";
if [[ -z "$APP_IP" ]]; then
debug "No any IP address found for TARGET: $TARGET, giving up";