Commit f90d884f authored by tywldx's avatar tywldx

f

parent 67419454
...@@ -37,6 +37,7 @@ do ...@@ -37,6 +37,7 @@ do
arr=$(echo $projectAndPort|tr "|" "\n") arr=$(echo $projectAndPort|tr "|" "\n")
port=$arr[1] port=$arr[1]
project=$arr[0] project=$arr[0]
echo "$ip_last $arr[0] $arr[1] "
addFile $ip_last $arr[0] $arr[1] $filename addFile $ip_last $arr[0] $arr[1] $filename
done done
done done
......
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