mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-20 05:11:43 +00:00
Fix code style problems
This commit is contained in:
parent
f90f8824bb
commit
3274f9f155
@ -50,7 +50,7 @@ dns_simply_rm() {
|
|||||||
_simply_save_config
|
_simply_save_config
|
||||||
|
|
||||||
_debug "First detect the root zone"
|
_debug "First detect the root zone"
|
||||||
|
|
||||||
if ! _get_root "$fulldomain"; then
|
if ! _get_root "$fulldomain"; then
|
||||||
_err "invalid domain"
|
_err "invalid domain"
|
||||||
return 1
|
return 1
|
||||||
@ -80,7 +80,7 @@ dns_simply_rm() {
|
|||||||
|
|
||||||
_debug2 record_data "$record_data"
|
_debug2 record_data "$record_data"
|
||||||
_debug2 record_type "$record_type"
|
_debug2 record_type "$record_type"
|
||||||
|
|
||||||
if [ "$record_data" = "$txtvalue" ] && [ "$record_type" = "TXT" ]; then
|
if [ "$record_data" = "$txtvalue" ] && [ "$record_type" = "TXT" ]; then
|
||||||
|
|
||||||
record_id=$(echo "$record" | cut -d "," -f 1 | grep "record_id" | cut -d ":" -f 2)
|
record_id=$(echo "$record" | cut -d "," -f 1 | grep "record_id" | cut -d ":" -f 2)
|
||||||
|
Loading…
Reference in New Issue
Block a user