Merge branch 'luizluca-fix_failed_buildfull_master'
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
commit
21459a2b8d
@ -839,7 +839,10 @@ Matching file found at: "
|
||||
gen_req "$name" batch $req_opts
|
||||
|
||||
# Sign it
|
||||
sign_req "$crt_type" "$name" batch
|
||||
( sign_req "$crt_type" "$name" batch ) || {
|
||||
rm -f "$req_out" "$key_out"
|
||||
die "Failed to sign '$name'"
|
||||
}
|
||||
|
||||
} # => build_full()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user