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 88bc0a9 commit 51d1d53Copy full SHA for 51d1d53
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