Browse Source

Fix syntax formatting

Kristan Kenney 5 years ago
parent
commit
c2e0071773
1 changed files with 2 additions and 2 deletions
  1. 2 2
      func/domain.sh

+ 2 - 2
func/domain.sh

@@ -920,8 +920,8 @@ is_base_domain_owner(){
                 if [ ! -z "$web" ]; then
                     parse_object_kv_list "$web"
                     if [ -z "$ALLOW_USERS" ] ||  [ "$ALLOW_USERS" != "yes" ]; then
-                    # Don't care if $basedomain all ready exists only if the owner is of the base domain is the current user
-                    is_domain_new "" $basedomain
+                        # Don't care if $basedomain all ready exists only if the owner is of the base domain is the current user
+                        is_domain_new "" $basedomain
                     fi
                 else
                     is_domain_new "" $basedomain