...
|
...
|
@@ -608,7 +608,7 @@ function updateMemcacheInfo(memcacheType,showMessage){ |
|
|
}
|
|
|
|
|
|
//nginx类型机器伸之后
|
|
|
function updateNginxInfo(){
|
|
|
function updateNginxInfo(showMessage){
|
|
|
writeToText(">>>nginx项目,请稍后...");
|
|
|
//
|
|
|
writeToText(">>>nginx项目,调用本机脚本更新nginx配置...");
|
...
|
...
|
@@ -640,7 +640,7 @@ function updateNginxInfo(){ |
|
|
}
|
|
|
});
|
|
|
|
|
|
upHostCmdbInfo();
|
|
|
upHostCmdbInfo(showMessage);
|
|
|
}
|
|
|
|
|
|
//更新es
|
...
|
...
|
|