Revert "Trigger Github Actions"

This reverts commit bc012e4e17a5f80ee290d1bcc3b1bd316854d5a1.
This commit is contained in:
Tobias Grave 2023-09-06 16:14:57 +02:00
parent bc012e4e17
commit 4e7edd492d

View File

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