Commit 4681ca6e authored by zhanghouying's avatar zhanghouying
Browse files

优化提示信息

parent 7b11e81f
...@@ -145,7 +145,7 @@ public class DeployServiceImpl implements DeployService { ...@@ -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) {
......
Supports Markdown
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