Browse Source

fixed shfmt

pull/5246/head^2
3VAbdAVE 3 months ago
parent
commit
de99d6d9fc
  1. 2
      deploy/unifi.sh

2
deploy/unifi.sh

@ -103,7 +103,7 @@ unifi_deploy() {
_debug "Generate import pkcs12"
_import_pkcs12="$(_mktemp)"
_debug "_toPkcs $_import_pkcs12 $_ckey $_ccert $_cca $_unifi_keypass unifi root"
_debug "_toPkcs $_import_pkcs12 $_ckey $_ccert $_cca $_unifi_keypass unifi root"
_toPkcs "$_import_pkcs12" "$_ckey" "$_ccert" "$_cca" "$_unifi_keypass" unifi root
# shellcheck disable=SC2181
if [ "$?" != "0" ]; then

Loading…
Cancel
Save