Browse Source

Default should be yes

Jaap Marcus 4 years ago
parent
commit
51243cb958
1 changed files with 1 additions and 1 deletions
  1. 1 1
      func/syshealth.sh

+ 1 - 1
func/syshealth.sh

@@ -358,7 +358,7 @@ function syshealth_repair_system_config() {
     # Allow users to edit DNS templates
     if [ -z "$POLICY_USER_EDIT_DNS_TEMPLATES" ]; then
         echo "[ ! ] Adding missing variable to hestia.conf: POLICY_USER_EDIT_DNS_TEMPLATES ('yes')"
-        $BIN/v-change-sys-config-value "POLICY_USER_EDIT_DNS_TEMPLATES" "no"
+        $BIN/v-change-sys-config-value "POLICY_USER_EDIT_DNS_TEMPLATES" "yes"
     fi
     # Allow users to edit web templates
     if [ -z "$POLICY_USER_EDIT_WEB_TEMPLATES" ]; then