Browse Source

Revert "Trigger Github Actions"

This reverts commit bc012e4e17.
pull/4769/head
Tobias Grave 2 years ago
parent
commit
4e7edd492d
  1. 1
      dnsapi/dns_variomedia.sh

1
dnsapi/dns_variomedia.sh

@ -99,6 +99,7 @@ _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