Uses tolower() utility for hostname conversion

This commit is contained in:
ssupdoc 2025-05-08 17:03:04 +12:00
parent 5719fccc93
commit aa2ebf3c21

View File

@ -21689,7 +21689,7 @@ parse_hn_port() {
local node_tmp=""
NODE="$1"
NODE="${NODE,,}" # Lowercase
NODE="$(tolower "$NODE")" # Lowercase
NODE="${NODE/https\:\/\//}" # strip "https"
NODE="${NODE%%/*}" # strip trailing urlpath