Fix ident
This commit is contained in:
parent
b45ccbcfad
commit
4b667c4063
4
acme.sh
4
acme.sh
@ -1594,8 +1594,8 @@ _get() {
|
|||||||
onlyheader="$2"
|
onlyheader="$2"
|
||||||
t="$3"
|
t="$3"
|
||||||
if [ -z "$t" ]; then
|
if [ -z "$t" ]; then
|
||||||
# Set default timeout
|
# Set default timeout
|
||||||
t=$DEFAULT_TIMEOUT
|
t=$DEFAULT_TIMEOUT
|
||||||
fi
|
fi
|
||||||
_debug url "$url"
|
_debug url "$url"
|
||||||
_debug "timeout" "$t"
|
_debug "timeout" "$t"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user