Commit 5cf41f12 authored by tywldx's avatar tywldx

f

parent df70013c
......@@ -28,7 +28,7 @@ hosts=`node $config_server/get_project_config.js -type multi -attr port/url`
function transByPort()
{
echo "-----------$1 $2 $3 $4"
if [ -n "$3" ];then
if [ -n "$4" ];then
echo "$1 $2 $3 $4"
# sed -i "s/\/$3/\/$1-$ip_last.q-gp.com/g" $4
fi
......@@ -37,7 +37,7 @@ function transByPort()
function transByUrl()
{
echo "-=====$1 $2 $3 $4"
if [ -n "$3" ];then
if [ -n "$4" ];then
echo "$1 $2 $3 $4"
# sed -i "s/\/$3/\/${server_host}:$2/g" $4
fi
......
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