File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/fixture/confs-stdlocal Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ if [[ ${org_mtime} -ne ${new_mtime} && "${org_chksum}" != "${new_chksum}" ]]; th
282
282
done
283
283
if [ -n " ${migrid_subservices} " ]; then
284
284
pem_sha256_fp=$( openssl x509 -noout -fingerprint -sha256 -in ${combined_pem} )
285
- pem_sha256_fp=${pem_sha256_fp/ SHA256 Fingerprint=/ }
285
+ pem_sha256_fp=${pem_sha256_fp/* Fingerprint=/ }
286
286
echo " Please manually update ftps/davs sha256 fingerprint in MiGserver.conf to:"
287
287
echo " ${pem_sha256_fp} "
288
288
echo " or point those configuration values to the latest fingerprint file with:"
Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ if [[ ${org_mtime} -ne ${new_mtime} && "${org_chksum}" != "${new_chksum}" ]]; th
282
282
done
283
283
if [ -n " ${migrid_subservices} " ]; then
284
284
pem_sha256_fp=$( openssl x509 -noout -fingerprint -sha256 -in ${combined_pem} )
285
- pem_sha256_fp=${pem_sha256_fp/ SHA256 Fingerprint=/ }
285
+ pem_sha256_fp=${pem_sha256_fp/* Fingerprint=/ }
286
286
echo " Please manually update ftps/davs sha256 fingerprint in MiGserver.conf to:"
287
287
echo " ${pem_sha256_fp} "
288
288
echo " or point those configuration values to the latest fingerprint file with:"
You can’t perform that action at this time.
0 commit comments