Skip to content

Commit 51d1d53

Browse files
committed
Enforce subdomain default to no
1 parent 88bc0a9 commit 51d1d53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

func/syshealth.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ function syshealth_repair_system_config() {
290290

291291
# Enforce subdomain ownership
292292
if [ -z "$ENFORCE_SUBDOMAIN_OWNERSHIP" ]; then
293-
echo "[ ! ] Adding missing variable to hestia.conf: ENFORCE_SUBDOMAIN_OWNERSHIP ('yes')"
294-
$BIN/v-change-sys-config-value "ENFORCE_SUBDOMAIN_OWNERSHIP" "yes"
293+
echo "[ ! ] Adding missing variable to hestia.conf: ENFORCE_SUBDOMAIN_OWNERSHIP ('no')"
294+
$BIN/v-change-sys-config-value "ENFORCE_SUBDOMAIN_OWNERSHIP" "no"
295295
fi
296296

297297
# API access allowed IP's

0 commit comments

Comments
 (0)