Commit 1050c26b authored by tywldx's avatar tywldx

lowercase

parent 126bf9d8
...@@ -30,7 +30,7 @@ function addFrpcSub() ...@@ -30,7 +30,7 @@ function addFrpcSub()
sub_ip_first=$3 sub_ip_first=$3
sub_ip_last=$4 sub_ip_last=$4
sub_port=$5 sub_port=$5
sub_custom_domain=$6 sub_custom_domain=${6,,}
sub_file=$7 sub_file=$7
echo "" >>$sub_file echo "" >>$sub_file
...@@ -45,7 +45,7 @@ function addFrpcLoc() ...@@ -45,7 +45,7 @@ function addFrpcLoc()
sub_domain=$1 sub_domain=$1
sub_type=$2 sub_type=$2
sub_port=$3 sub_port=$3
cus_domain=$4 cus_domain=${4,,}
sub_loc=$5 sub_loc=$5
sub_file=$6 sub_file=$6
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment