Commit 1050c26b authored by tywldx's avatar tywldx

lowercase

parent 126bf9d8
......@@ -30,7 +30,7 @@ function addFrpcSub()
sub_ip_first=$3
sub_ip_last=$4
sub_port=$5
sub_custom_domain=$6
sub_custom_domain=${6,,}
sub_file=$7
echo "" >>$sub_file
......@@ -45,10 +45,10 @@ function addFrpcLoc()
sub_domain=$1
sub_type=$2
sub_port=$3
cus_domain=$4
cus_domain=${4,,}
sub_loc=$5
sub_file=$6
echo "" >> $sub_file
echo "[$sub_domain]" >> $sub_file
echo "type = $sub_type" >> $sub_file
......
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