fix format

This commit is contained in:
neil
2024-10-13 17:49:29 +02:00
parent 7362e8de4d
commit 9b2eae24d2
11 changed files with 16 additions and 17 deletions

View File

@@ -143,7 +143,7 @@ _find_zone() {
# Walk through all possible zone names
_strip_counter=1
while true; do
_attempted_zone=$(echo "$_domain" | cut -d . -f ${_strip_counter}-)
_attempted_zone=$(echo "$_domain" | cut -d . -f "${_strip_counter}"-)
# All possible zone names have been tried
if [ -z "$_attempted_zone" ]; then