mirror of https://github.com/elunez/eladmin
优化提示信息
parent
7b11e81f23
commit
4681ca6ed1
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue