From 86b3df194126476e1f58e0952a77e986f62eecce Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Mon, 28 Jul 2025 23:22:38 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=BF=90=E8=A1=8C=E4=B8=BB=E6=9C=BA?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E6=8F=92=E4=BB=B6=E6=94=AF=E6=8C=81=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E8=BF=90=E8=A1=8C=E7=AD=96=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/plugins/plugin-host/plugin/host-shell-execute/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ui/certd-server/src/plugins/plugin-host/plugin/host-shell-execute/index.ts b/packages/ui/certd-server/src/plugins/plugin-host/plugin/host-shell-execute/index.ts index 7dffc408..c4c44ca4 100644 --- a/packages/ui/certd-server/src/plugins/plugin-host/plugin/host-shell-execute/index.ts +++ b/packages/ui/certd-server/src/plugins/plugin-host/plugin/host-shell-execute/index.ts @@ -7,6 +7,7 @@ import { SshClient } from '@certd/plugin-lib'; group: pluginGroups.host.key, desc: '可以执行重启nginx等操作让证书生效', input: {}, + showRunStrategy: true, default: { strategy: { runStrategy: RunStrategy.SkipWhenSucceed,