mirror of
https://github.com/certd/certd.git
synced 2026-04-03 14:10:54 +08:00
fix: 修复部署到openwrt错误的bug
This commit is contained in:
@@ -59,7 +59,7 @@ export class OpenwrtDeployCertPlugin extends AbstractPlusTaskPlugin {
|
||||
handle: async (ctx) => {
|
||||
const crtPath = ctx.tmpCrtPath;
|
||||
const keyPath = ctx.tmpKeyPath;
|
||||
sshClient.uploadFiles({
|
||||
await sshClient.uploadFiles({
|
||||
connectConf: sshConf,
|
||||
transports: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user