Univention Bugzilla – Attachment 10959 Details for
Bug 54834
univention-certificate dump -id returns wrong/multiple IDs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fixed awk line
make-certificates.sh.patch (text/plain), 349 bytes, created by
Nico Stöckigt
on 2022-06-13 14:29:24 CEST
(
hide
)
Description:
fixed awk line
Filename:
MIME Type:
Creator:
Nico Stöckigt
Created:
2022-06-13 14:29:24 CEST
Size:
349 bytes
patch
obsolete
>--- make-certificates_old.sh 2022-06-09 10:51:34.133107778 +0200 >+++ make-certificates_new.sh 2022-06-09 10:51:00.817081283 +0200 >@@ -346,7 +346,7 @@ > > get_cert_name_from_id () { > if ! [ -z "$1" ]; then >- list_cert_names_all | awk -v id="$1" '$1 == id {print $2}' >+ list_cert_names_all | awk -v id="$1" '("x" id)==("x" $1) {print $2}' > fi > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 54834
:
10959
|
10960