mirror of
https://git.proxmox.com/git/mirror_acme.sh
synced 2025-07-27 02:14:13 +00:00
Fix a few snytax issues
This commit is contained in:
parent
d87e507865
commit
c641b61b26
@ -78,8 +78,7 @@ dns_kas_rm() {
|
||||
|
||||
# split it into a seperated list, if there where multiples entries made
|
||||
records=($_record_id)
|
||||
for i in "${records[@]}"
|
||||
do
|
||||
for i in "${records[@]}"; do
|
||||
params2="$params&var1=record_id"
|
||||
params2="$params2&wert1=$i"
|
||||
_debug2 "Wait for 10 seconds by default before calling KAS API."
|
||||
|
Loading…
Reference in New Issue
Block a user