From ea1f45746e35179990e3366f64dc3cc2d4542ef8 Mon Sep 17 00:00:00 2001 From: Eng Acs Date: Sat, 16 Nov 2024 21:24:30 +0300 Subject: [PATCH] fixed --- dnsapi/dns_20i.sh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/dnsapi/dns_20i.sh b/dnsapi/dns_20i.sh index 0505e43a..aff661a8 100644 --- a/dnsapi/dns_20i.sh +++ b/dnsapi/dns_20i.sh @@ -16,20 +16,6 @@ _post() { } -# Helper function to parse arguments -_parse_arguments() { - for arg in "$@"; do - case "$arg" in - --bearer=*) - _bearer="${arg#*=}" - ;; - --debug) - debug=true - ;; - esac - done -} - # Add a TXT record to 20i DNS dns_20i_add() { local fulldomain=$1