Commit 0e3583f2 authored by tywldx's avatar tywldx

fix

parent 24bad33f
......@@ -28,11 +28,12 @@ function addFile()
echo "subdomain = $2-$1" >> $4
}
projectAndPort=`node $config_server/get_project_config.js -type multi -attr port`
# projectAndPort=`node $config_server/get_project_config.js -type multi -attr port`
for ip_last in ${ips[@]}
do
projectAndPort=`node $config_server/get_project_config.js -type multi -attr port`
for projectAndPort in ${projectAndPort[@]}
do
var=${projectAndPort//|/ }
......
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