mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-10 17:12:07 +08:00
Fix a few snytax issues
This commit is contained in:
@@ -78,8 +78,7 @@ dns_kas_rm() {
|
|||||||
|
|
||||||
# split it into a seperated list, if there where multiples entries made
|
# split it into a seperated list, if there where multiples entries made
|
||||||
records=($_record_id)
|
records=($_record_id)
|
||||||
for i in "${records[@]}"
|
for i in "${records[@]}"; do
|
||||||
do
|
|
||||||
params2="$params&var1=record_id"
|
params2="$params&var1=record_id"
|
||||||
params2="$params2&wert1=$i"
|
params2="$params2&wert1=$i"
|
||||||
_debug2 "Wait for 10 seconds by default before calling KAS API."
|
_debug2 "Wait for 10 seconds by default before calling KAS API."
|
||||||
@@ -95,7 +94,7 @@ dns_kas_rm() {
|
|||||||
_err "No record_id found that can be deleted. Please check manually."
|
_err "No record_id found that can be deleted. Please check manually."
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
########################## PRIVATE FUNCTIONS ###########################
|
########################## PRIVATE FUNCTIONS ###########################
|
||||||
|
|||||||
Reference in New Issue
Block a user