From 834dacf115900120e8b21cfc863802b3b07791a0 Mon Sep 17 00:00:00 2001 From: Yuri S Date: Mon, 1 Jul 2019 13:04:51 +0500 Subject: [PATCH] fix spellcheck --- dnsapi/dns_vultr.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/dnsapi/dns_vultr.sh b/dnsapi/dns_vultr.sh index 67e78dd9..25127dd2 100644 --- a/dnsapi/dns_vultr.sh +++ b/dnsapi/dns_vultr.sh @@ -105,7 +105,6 @@ dns_vultr_rm() { _get_root() { domain=$1 i=1 - p=1 while true; do h=$(printf "%s" "$domain" | cut -d . -f $i-100) _debug h "$h" @@ -130,7 +129,6 @@ _get_root() { _err "$response" return 1 fi - p=$i i=$(_math "$i" + 1) done