mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
Fix CI test failure for deploy/openstack.sh
This commit is contained in:
parent
8cbbd022fc
commit
3ce967d8e5
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ openstack_deploy() {
|
|||
return 1
|
||||
fi
|
||||
_debug _import_pkcs12 "$_import_pkcs12"
|
||||
_base64_pkcs12=$(_base64 "multiline" < "$_import_pkcs12")
|
||||
_base64_pkcs12=$(_base64 "multiline" <"$_import_pkcs12")
|
||||
|
||||
secretHrefs=$(_openstack_get_secrets)
|
||||
_debug secretHrefs "$secretHrefs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue