fix: 修复部署到openwrt错误的bug

This commit is contained in:
xiaojunnuo
2026-02-09 13:50:28 +08:00
parent 6ab1fcaf89
commit 9ac33f9b9b
@@ -59,7 +59,7 @@ export class OpenwrtDeployCertPlugin extends AbstractPlusTaskPlugin {
handle: async (ctx) => { handle: async (ctx) => {
const crtPath = ctx.tmpCrtPath; const crtPath = ctx.tmpCrtPath;
const keyPath = ctx.tmpKeyPath; const keyPath = ctx.tmpKeyPath;
sshClient.uploadFiles({ await sshClient.uploadFiles({
connectConf: sshConf, connectConf: sshConf,
transports: [ transports: [
{ {