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.
2 parents 145aab2 + 51d1d53 commit 9cf33afCopy full SHA for 9cf33af
func/syshealth.sh
@@ -290,8 +290,8 @@ function syshealth_repair_system_config() {
290
291
# Enforce subdomain ownership
292
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"
+ echo "[ ! ] Adding missing variable to hestia.conf: ENFORCE_SUBDOMAIN_OWNERSHIP ('no')"
+ $BIN/v-change-sys-config-value "ENFORCE_SUBDOMAIN_OWNERSHIP" "no"
295
fi
296
297
# API access allowed IP's
0 commit comments