Commit 06a2e5fc authored by neilpang's avatar neilpang
Browse files

fix format

parent a8ae23d0
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment