diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index 864d25b6..50d880a5 100755 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -1482,7 +1482,7 @@ $VESTA/bin/v-add-cron-job 'admin' '30' '03' '*' '*' '*' "$command" command="sudo $VESTA/bin/v-update-sys-queue backup" $VESTA/bin/v-add-cron-job 'admin' '*/5' '*' '*' '*' '*' "$command" command="sudo $VESTA/bin/v-backup-users" -$VESTA/bin/v-add-cron-job 'admin' '10' '05' '*' '*' '*' "$command" +$VESTA/bin/v-add-cron-job 'admin' '10' '05' '*' '*' '6' "$command" command="sudo $VESTA/bin/v-update-user-stats" $VESTA/bin/v-add-cron-job 'admin' '20' '00' '*' '*' '*' "$command" command="sudo $VESTA/bin/v-update-sys-rrd"