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

This commit is contained in:
xiaojunnuo
2026-02-09 13:50:28 +08:00
parent 1e44115461
commit 2e3d0cc57c

View File

@@ -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: [
{ {