fix format

This commit is contained in:
neilpang 2018-01-09 23:05:55 +08:00
parent 01cc2e13d8
commit 0170c20e9a
1 changed files with 1 additions and 2 deletions

View File

@ -78,7 +78,6 @@ _ovh_get_api() {
esac
}
_initAuth() {
if [ -z "$OVH_AK" ] || [ -z "$OVH_AS" ]; then
OVH_AK=""
@ -181,7 +180,7 @@ dns_ovh_rm() {
return 1
fi
for rid in $(echo "$response" | tr '[,]' ' '); do
for rid in $(echo "$response" | tr '][,' ' '); do
_debug rid "$rid"
if ! _ovh_rest GET "domain/zone/$_domain/record/$rid"; then
return 1