Commit 36b08974 authored by tywldx's avatar tywldx

fix

parent 0e3583f2
...@@ -23,7 +23,7 @@ function addFile() ...@@ -23,7 +23,7 @@ function addFile()
echo "$1 $2 $3 $4" echo "$1 $2 $3 $4"
echo "[web-$2-$1]" >> $4 echo "[web-$2-$1]" >> $4
echo "type = http" >> $4 echo "type = http" >> $4
echo "local_ip = 192.168.4.$2" >> $4 echo "local_ip = 192.168.4.$1" >> $4
echo "local_port = $3" >> $4 echo "local_port = $3" >> $4
echo "subdomain = $2-$1" >> $4 echo "subdomain = $2-$1" >> $4
} }
......
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