We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be6d7df commit 87f9240Copy full SHA for 87f9240
1 file changed
func/domain.sh
@@ -917,7 +917,7 @@ is_base_domain_owner(){
917
if [ "$object" != "none" ]; then
918
get_base_domain $object
919
web=$(grep -F -H -h "DOMAIN='$basedomain'" $HESTIA/data/users/*/web.conf);
920
- if [ $ENFORCE_SUBDOMAIN_OWNERSHIP = "yes" ]; then
+ if [ "$ENFORCE_SUBDOMAIN_OWNERSHIP" = "yes" ]; then
921
if [ ! -z "$web" ]; then
922
parse_object_kv_list "$web"
923
if [ -z "$ALLOW_USERS" ] || [ "$ALLOW_USERS" != "yes" ]; then
0 commit comments