Skip to content

Commit db5c3c1

Browse files
Change autoupdates cron position
1 parent 2d2d333 commit db5c3c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/hst-install-ubuntu.sh

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

1672-
# Enable automatic updates
1673-
$HESTIA/bin/v-add-cron-hestia-autoupdate
1674-
16751672
# Adding cron jobs
16761673
command="sudo $HESTIA/bin/v-update-sys-queue disk"
16771674
$HESTIA/bin/v-add-cron-job 'admin' '15' '02' '*' '*' '*' "$command"
@@ -1687,6 +1684,9 @@ command="sudo $HESTIA/bin/v-update-user-stats"
16871684
$HESTIA/bin/v-add-cron-job 'admin' '20' '00' '*' '*' '*' "$command"
16881685
command="sudo $HESTIA/bin/v-update-sys-rrd"
16891686
$HESTIA/bin/v-add-cron-job 'admin' '*/5' '*' '*' '*' '*' "$command"
1687+
1688+
# Enable automatic updates
1689+
$HESTIA/bin/v-add-cron-hestia-autoupdate
16901690
service cron restart
16911691

16921692
# Building initital rrd images

0 commit comments

Comments
 (0)