Update dns_ls.sh

This commit is contained in:
yousaywhatiswhat 2021-07-22 15:31:10 +08:00 committed by GitHub
parent ef1267be3d
commit 33a5088aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,9 +62,5 @@ dns_ls_rm() {
fi
_err "Could not del resource record, check logs"
_err "${response}"
return 1
}
#################### Private functions below ##################################