...
|
...
|
@@ -929,7 +929,7 @@ function stopJavaProcess() { |
|
|
for(var i=0;i<array_souInstanceIps.length;i++){
|
|
|
var oldTmpIp=array_souInstanceIps[i];
|
|
|
var tmpWithComm=oldTmpIp+",";
|
|
|
if(tmpWithComm.indexOf(tmpNewIps)<0){
|
|
|
if(tmpNewIps.indexOf(tmpWithComm)<0){
|
|
|
if(suoIps.length>0){
|
|
|
suoIps+=",";
|
|
|
}
|
...
|
...
|
|