ddarek2000
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
47 additions and
48 deletions
-
dnsapi/dns_hover.sh
|
|
|
@ -167,7 +167,6 @@ _HOVER_login() { |
|
|
|
HOVER_Password="" |
|
|
|
return 1 |
|
|
|
else |
|
|
|
|
|
|
|
_debug "Login to HOVER as user $HOVER_Username" |
|
|
|
_cf_rest POST "login" "username=$(printf '%s' "$HOVER_Username")&password=$(printf '%s' "$HOVER_Password")" |
|
|
|
if [ "$?" != "0" ]; then |
|
|
|
|