fix format

This commit is contained in:
neil
2024-12-10 20:58:02 +01:00
parent 2997a15ba8
commit 3fbdb7a007
2 changed files with 2 additions and 2 deletions

View File

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