mirror of https://github.com/elunez/eladmin
优化提示信息
parent
7b11e81f23
commit
4681ca6ed1
|
@ -145,7 +145,7 @@ public class DeployServiceImpl implements DeployService {
|
|||
ScpClientUtil scpClientUtil = getScpClientUtil(ip);
|
||||
log.info(msg);
|
||||
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);
|
||||
scpClientUtil.putFile(fileSavePath, uploadPath);
|
||||
if (flag) {
|
||||
|
|
Loading…
Reference in New Issue