Commit dfd49e46 authored by Tobias Grave's avatar Tobias Grave
Browse files

Fix root zone determination for Variomedia API

parent ae4c186f
...@@ -94,7 +94,7 @@ dns_variomedia_rm() { ...@@ -94,7 +94,7 @@ dns_variomedia_rm() {
# _domain=domain.com # _domain=domain.com
_get_root() { _get_root() {
domain=$1 domain=$1
i=2 i=1
p=1 p=1
while true; do while true; do
h=$(printf "%s" "$domain" | cut -d . -f $i-100) h=$(printf "%s" "$domain" | cut -d . -f $i-100)
......
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