File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16691669$HESTIA /bin/v-add-web-domain admin $servername
16701670check_result $? " can't create $servername domain"
16711671
1672- # Enable automatic updates
1673- $HESTIA /bin/v-add-cron-hestia-autoupdate
1674-
16751672# Adding cron jobs
16761673command=" 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 "
16881685command=" 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
16901690service cron restart
16911691
16921692# Building initital rrd images
You can’t perform that action at this time.
0 commit comments