mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
Apply suggested fixes from shfmt diffs
This commit is contained in:
parent
24a1b93842
commit
4f5a70b804
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue