From 33a5088aa2c27e8471df1c2b63b5273a18112f41 Mon Sep 17 00:00:00 2001 From: yousaywhatiswhat <76113851+yousaywhatiswhat@users.noreply.github.com> Date: Thu, 22 Jul 2021 15:31:10 +0800 Subject: [PATCH] Update dns_ls.sh --- dnsapi/dns_ls.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dnsapi/dns_ls.sh b/dnsapi/dns_ls.sh index 9b9745eb..f9364e32 100644 --- a/dnsapi/dns_ls.sh +++ b/dnsapi/dns_ls.sh @@ -62,9 +62,5 @@ dns_ls_rm() { fi _err "Could not del resource record, check logs" _err "${response}" - return 1 - - - } #################### Private functions below ##################################