mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-11 05:32:48 +00:00
Update dns_hover.sh
More formating
This commit is contained in:
parent
3f95564c06
commit
621325dc83
@ -167,7 +167,6 @@ _HOVER_login() {
|
|||||||
HOVER_Password=""
|
HOVER_Password=""
|
||||||
return 1
|
return 1
|
||||||
else
|
else
|
||||||
|
|
||||||
_debug "Login to HOVER as user $HOVER_Username"
|
_debug "Login to HOVER as user $HOVER_Username"
|
||||||
_cf_rest POST "login" "username=$(printf '%s' "$HOVER_Username")&password=$(printf '%s' "$HOVER_Password")"
|
_cf_rest POST "login" "username=$(printf '%s' "$HOVER_Username")&password=$(printf '%s' "$HOVER_Password")"
|
||||||
if [ "$?" != "0" ]; then
|
if [ "$?" != "0" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user