more formatting issues

This commit is contained in:
Steven M. Miano 2019-02-25 13:46:56 -05:00
parent 8eb76b4f99
commit 27b84a0f85

View File

@ -120,7 +120,7 @@ _get_root() {
if ! _ultra_rest GET "zones"; then
return 1
fi
if _contains "${response}" "${h}." > /dev/null; then
if _contains "${response}" "${h}." >/dev/null; then
_domain_id=$(echo "$response" | _egrep_o "${h}")
if [ "$_domain_id" ]; then
_sub_domain=$(printf "%s" "$domain" | cut -d . -f 1-$p)