Skip to content

Commit a5777f6

Browse files
jaapmarcuswojsmol
andauthored
Update func/syshealth.sh
Co-authored-by: Wojciech Smoliński <wojsmol@wp.pl>
1 parent b8390b1 commit a5777f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

func/syshealth.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)