hooks: xiu: fix fork (#1558)

This commit is contained in:
stackxp
2026-07-17 18:33:06 +00:00
committed by GitHub
parent 6a9437b77c
commit aa86235360
+1 -1
View File
@@ -4033,7 +4033,7 @@ def runihook(
t0 = time.time()
if fork:
Daemon(runcmd, cmd, bcmd, ka=sp_ka)
Daemon(runcmd, cmd, [bcmd], ka=sp_ka)
else:
rc, v, err = runcmd(bcmd, **sp_ka) # type: ignore
if chk and rc: