updated utils.sh

pull/16/head
Hari Sekhon 3 weeks ago
parent 83d6ecb1b3
commit 5dc904b335

@ -1241,7 +1241,7 @@ is_regex(){
[[ "$regex" =~ $regex ]]
}
is_port_number(){
is_port(){
local port="$1"
if ! is_int "$port"; then
return 1

Loading…
Cancel
Save