mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-17 09:22:54 +02:00
fix typo
This commit is contained in:
@ -22333,7 +22333,7 @@ determine_ip_addresses() {
|
||||
local ip4=""
|
||||
local ip6=""
|
||||
|
||||
# first, try to get IP addresse from /etc/hosts
|
||||
# first, try to get IP addresses from /etc/hosts
|
||||
# Local_A[AAA] is for our UI
|
||||
ip4=$(get_local_a "$NODE")
|
||||
if [[ -n "$ip4" ]]; then
|
||||
|
Reference in New Issue
Block a user