We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2eadfe commit c2e0071Copy full SHA for c2e0071
func/domain.sh
@@ -920,8 +920,8 @@ is_base_domain_owner(){
920
if [ ! -z "$web" ]; then
921
parse_object_kv_list "$web"
922
if [ -z "$ALLOW_USERS" ] || [ "$ALLOW_USERS" != "yes" ]; then
923
- # Don't care if $basedomain all ready exists only if the owner is of the base domain is the current user
924
- 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
925
fi
926
else
927
is_domain_new "" $basedomain
0 commit comments