Commit 5aff5487 authored by Ed Lynes's avatar Ed Lynes
Browse files

remove uuidgen

parent ff8fe7e0
...@@ -359,11 +359,7 @@ _edgedns_eg_timestamp() { ...@@ -359,11 +359,7 @@ _edgedns_eg_timestamp() {
} }
_edgedns_new_nonce() { _edgedns_new_nonce() {
_nonce=$(uuidgen -r) _nonce=$(echo "EDGEDNS$(_time)" | _digest sha1 hex | cut -c 1-32)
_ret="$?"
if [ "$_ret" -ne 0 ]; then
_nonce=$(echo "EDGEDNS$(_time)" | _digest sha1 hex | cut -c 1-32)
fi
_debug3 "_nonce" "$_nonce" _debug3 "_nonce" "$_nonce"
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment