Put the redirection into the right spot

This commit is contained in:
Dirk 2023-10-30 15:27:37 +01:00
parent 92b28c5f1c
commit a9103fdfee

View File

@ -7619,7 +7619,7 @@ determine_trust() {
ca_bundles="$CA_BUNDLES_PATH/*.pem"
fi
for bundle_fname in $ca_bundles; do
certificate_file[i]=$(basename ${bundle_fname//.pem 2>/dev/null})
certificate_file[i]=$(basename ${bundle_fname//.pem} 2>/dev/null)
if [[ ! -r $bundle_fname ]]; then
prln_warning "\"$bundle_fname\" cannot be found / not readable"
return 1