]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
Fix code style problems
authorjakelamotta <kristian.johansson86@gmail.com>
Wed, 18 Nov 2020 14:55:02 +0000 (15:55 +0100)
committerjakelamotta <kristian.johansson86@gmail.com>
Mon, 23 Nov 2020 11:53:06 +0000 (12:53 +0100)
dnsapi/dns_simply.sh

index 379f1b42f6b9a420d1b3db0e7a631bb7c38722d9..9a9133e62e14826faeee99e330ac1c7cf8aa120e 100644 (file)
@@ -50,7 +50,7 @@ dns_simply_rm() {
   _simply_save_config
 
   _debug "First detect the root zone"
-  
+
   if ! _get_root "$fulldomain"; then
     _err "invalid domain"
     return 1
@@ -80,7 +80,7 @@ dns_simply_rm() {
 
     _debug2 record_data "$record_data"
     _debug2 record_type "$record_type"
-  
+
     if [ "$record_data" = "$txtvalue" ] && [ "$record_type" = "TXT" ]; then
 
       record_id=$(echo "$record" | cut -d "," -f 1 | grep "record_id" | cut -d ":" -f 2)