Skip to content

Commit 9cf33af

Browse files
committed
Merge branch 'main' into staging/release/1.4
2 parents 145aab2 + 51d1d53 commit 9cf33af

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)