remove unuse variable
This commit is contained in:
parent
8eb3562543
commit
476c4036d4
@ -73,7 +73,6 @@ dns_arvan_rm() {
|
|||||||
_debug _domain "$_domain"
|
_debug _domain "$_domain"
|
||||||
|
|
||||||
_debug "Getting txt records"
|
_debug "Getting txt records"
|
||||||
shorted_txtvalue=$(printf "%s" "$txtvalue" | cut -d "-" -d "_" -f1)
|
|
||||||
_arvan_rest GET "${_domain}/dns-records"
|
_arvan_rest GET "${_domain}/dns-records"
|
||||||
if ! printf "%s" "$response" | grep \"current_page\":1 >/dev/null; then
|
if ! printf "%s" "$response" | grep \"current_page\":1 >/dev/null; then
|
||||||
_err "Error on Arvan Api"
|
_err "Error on Arvan Api"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user