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 335513f commit 51243cbCopy full SHA for 51243cb
func/syshealth.sh
@@ -358,7 +358,7 @@ function syshealth_repair_system_config() {
358
# Allow users to edit DNS templates
359
if [ -z "$POLICY_USER_EDIT_DNS_TEMPLATES" ]; then
360
echo "[ ! ] Adding missing variable to hestia.conf: POLICY_USER_EDIT_DNS_TEMPLATES ('yes')"
361
- $BIN/v-change-sys-config-value "POLICY_USER_EDIT_DNS_TEMPLATES" "no"
+ $BIN/v-change-sys-config-value "POLICY_USER_EDIT_DNS_TEMPLATES" "yes"
362
fi
363
# Allow users to edit web templates
364
if [ -z "$POLICY_USER_EDIT_WEB_TEMPLATES" ]; then
0 commit comments