Fix regression
Some checks failed
webmin.dev: webmin/webmin / build (push) Has been cancelled

This commit is contained in:
Ilia Ross
2026-02-10 18:59:02 +02:00
parent b782a124b5
commit e805f95b48

View File

@@ -3526,8 +3526,8 @@ else {
"cd ".quotemeta($fn)." && ".
"$config{'keygen'} -a ".quotemeta($alg).
" -b ".quotemeta($size).
" -n ZONE -f KSK ".($flag || "")."
".quotemeta($dom)." 2>&1");
" -n ZONE -f KSK ".($flag || "")." ".
quotemeta($dom)." 2>&1");
kill('KILL', $pid) if ($pid);
if ($?) {
return $out;