mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-01 08:15:31 +00:00
Apply suggested fixes from shfmt diffs
This commit is contained in:
parent
24a1b93842
commit
4f5a70b804
@ -245,7 +245,7 @@ _zyxel_gs1900_should_update() {
|
||||
_debug2 "_remote_cert_serial" "$_remote_cert_serial"
|
||||
|
||||
# Get our certificate serial number
|
||||
_our_cert_serial=$(${ACME_OPENSSL_BIN:-openssl} x509 -noout -serial < "${_ccert}")
|
||||
_our_cert_serial=$(${ACME_OPENSSL_BIN:-openssl} x509 -noout -serial <"${_ccert}")
|
||||
_debug2 "_our_cert_serial" "$_our_cert_serial"
|
||||
|
||||
[ "${_remote_cert_serial}" != "${_our_cert_serial}" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user