Skip to content

Commit 19b0918

Browse files
Change autoupdates cron position
1 parent db5c3c1 commit 19b0918

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/hst-install-debian.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,9 +1774,6 @@ fi
17741774
$HESTIA/bin/v-add-web-domain admin $servername
17751775
check_result $? "can't create $servername domain"
17761776

1777-
# Enable automatic updates
1778-
$HESTIA/bin/v-add-cron-hestia-autoupdate
1779-
17801777
# Adding cron jobs
17811778
command="sudo $HESTIA/bin/v-update-sys-queue disk"
17821779
$HESTIA/bin/v-add-cron-job 'admin' '15' '02' '*' '*' '*' "$command"
@@ -1792,6 +1789,9 @@ command="sudo $HESTIA/bin/v-update-user-stats"
17921789
$HESTIA/bin/v-add-cron-job 'admin' '20' '00' '*' '*' '*' "$command"
17931790
command="sudo $HESTIA/bin/v-update-sys-rrd"
17941791
$HESTIA/bin/v-add-cron-job 'admin' '*/5' '*' '*' '*' '*' "$command"
1792+
1793+
# Enable automatic updates
1794+
$HESTIA/bin/v-add-cron-hestia-autoupdate
17951795
service cron restart
17961796

17971797
# Building initital rrd images

0 commit comments

Comments
 (0)