Add missing param to -H flag
Some checks failed
Tests / prove (push) Has been cancelled
Package and upload artifacts / build (push) Has been cancelled
Close inactive / close-inactive (push) Has been cancelled

00~https://github.com/webmin/webmin/issues/284801~
This commit is contained in:
Jamie Cameron
2026-09-18 20:43:31 -07:00
parent 08d9ef3cd0
commit c5cf9242c7

View File

@@ -3735,7 +3735,7 @@ while($tries++ < 10) {
"cd ".quotemeta($dir)." && ".
"$config{'signzone'} -o ".quotemeta($dom).
($alg =~ /^(NSEC3|RSASHA256|RSASHA512|ECCGOST|ECDSAP256SHA256|ECDSAP384SHA384|ED25519|ED448)/ ?
" -3 - -H -u" : "").
" -3 - -H 0 -u" : "").
" -f ".quotemeta($signed)." ".
quotemeta($chrootfn)." 2>&1");
last if (!$?);