Browse Source

fix: [0km] improve logging of favorable outcome for port checking openness

Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
rc1
Valentin Lab 2 years ago
parent
commit
85e9c32830
  1. 2
      bin/0km

2
bin/0km

@ -31,6 +31,8 @@ is-port-open() {
return 1
fi
done
debug " .. $host's port $2 is open."
return 0
}
resolve() {

Loading…
Cancel
Save