Trigger Github Actions again

This commit is contained in:
Tobias Grave 2023-09-06 16:31:23 +02:00
parent 4e7edd492d
commit 5ec5155e1e

View File

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