优化提示信息

pull/214/head
zhanghouying 2019-11-19 11:50:45 +08:00
parent 7b11e81f23
commit 4681ca6ed1
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ public class DeployServiceImpl implements DeployService {
ScpClientUtil scpClientUtil = getScpClientUtil(ip); ScpClientUtil scpClientUtil = getScpClientUtil(ip);
log.info(msg); log.info(msg);
sendMsg(msg, MsgType.INFO); sendMsg(msg, MsgType.INFO);
msg = String.format("上传文件到服务器:%s<br>目录:%s下", fileSavePath, ip, uploadPath); msg = String.format("上传文件到服务器:%s<br>目录:%s下", ip, uploadPath);
sendMsg(msg, MsgType.INFO); sendMsg(msg, MsgType.INFO);
scpClientUtil.putFile(fileSavePath, uploadPath); scpClientUtil.putFile(fileSavePath, uploadPath);
if (flag) { if (flag) {