Add missing fi

This commit is contained in:
lawtancool 2021-07-04 17:28:13 -07:00
parent 3c754751b1
commit 8c6d54ac9e

View file

@ -62,6 +62,7 @@ while ( true ); do
echo "Unable to update '$sub' domain name as it has duplicate DNS records. Set REMOVE_DUPLICATES='true' to remove them." echo "Unable to update '$sub' domain name as it has duplicate DNS records. Set REMOVE_DUPLICATES='true' to remove them."
continue continue
fi fi
fi
# re-enable glob expansion # re-enable glob expansion
set +f set +f