Browse Source

Trigger Github Actions again

pull/4769/head
Tobias Grave 2 years ago
parent
commit
5ec5155e1e
  1. 1
      dnsapi/dns_variomedia.sh

1
dnsapi/dns_variomedia.sh

@ -99,7 +99,6 @@ _get_root() {
while true; do while true; do
h=$(printf "%s" "$domain" | cut -d . -f $i-100) h=$(printf "%s" "$domain" | cut -d . -f $i-100)
if [ -z "$h" ]; then if [ -z "$h" ]; then
#not valid
return 1 return 1
fi fi

Loading…
Cancel
Save