mirror of
https://github.com/webmin/webmin.git
synced 2026-02-11 09:34:29 +00:00
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user