mirror of
https://github.com/plantroon/acme.sh.git
synced 2025-01-03 19:02:17 +00:00
shfmt fixes
This commit is contained in:
parent
cf7334eb7d
commit
339218508d
@ -361,9 +361,9 @@ _edgedns_eg_timestamp() {
|
|||||||
_edgedns_new_nonce() {
|
_edgedns_new_nonce() {
|
||||||
_nonce=$(uuidgen -r)
|
_nonce=$(uuidgen -r)
|
||||||
_ret="$?"
|
_ret="$?"
|
||||||
if [ "$_ret" -ne 0 ]; then
|
if [ "$_ret" -ne 0 ]; then
|
||||||
_nonce=$(echo "EDGEDNS$(_time)" | _digest sha1 hex | cut -c 1-32)
|
_nonce=$(echo "EDGEDNS$(_time)" | _digest sha1 hex | cut -c 1-32)
|
||||||
fi
|
fi
|
||||||
_debug3 "_nonce" "$_nonce"
|
_debug3 "_nonce" "$_nonce"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user