Update dns_hover.sh

More formating
This commit is contained in:
ddarek2000 2020-08-31 14:23:05 -04:00 committed by GitHub
parent 3f95564c06
commit 621325dc83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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