Skip to content

Commit 51243cb

Browse files
committed
Default should be yes
1 parent 335513f commit 51243cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

func/syshealth.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ function syshealth_repair_system_config() {
358358
# Allow users to edit DNS templates
359359
if [ -z "$POLICY_USER_EDIT_DNS_TEMPLATES" ]; then
360360
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"
361+
$BIN/v-change-sys-config-value "POLICY_USER_EDIT_DNS_TEMPLATES" "yes"
362362
fi
363363
# Allow users to edit web templates
364364
if [ -z "$POLICY_USER_EDIT_WEB_TEMPLATES" ]; then

0 commit comments

Comments
 (0)