File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ function syshealth_repair_system_config() {
345345 echo " [ ! ] Adding missing variable to hestia.conf: POLICY_USER_CHANGE_THEME ('yes')"
346346 $BIN /v-change-sys-config-value " POLICY_USER_CHANGE_THEME" " true"
347347 fi
348- # Allow user delte logs
348+ # Allow user delete logs
349349 if [ -z " $POLICY_USER_DELETE_LOGS " ]; then
350350 echo " [ ! ] Adding missing variable to hestia.conf: POLICY_USER_DELETE_LOGS ('yes')"
351351 $BIN /v-change-sys-config-value " POLICY_USER_DELETE_LOGS" " yes"
@@ -396,4 +396,4 @@ function syshealth_repair_system_cronjobs() {
396396 $HESTIA /bin/v-add-cron-job ' admin' ' 20' ' 00' ' *' ' *' ' *' " sudo $HESTIA /bin/v-update-user-stats" ' ' ' no'
397397 $HESTIA /bin/v-add-cron-job ' admin' ' */5' ' *' ' *' ' *' ' *' " sudo $HESTIA /bin/v-update-sys-rrd" ' ' ' no'
398398 $HESTIA /bin/v-restart-cron
399- }
399+ }
You can’t perform that action at this time.
0 commit comments