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 17741774$HESTIA /bin/v-add-web-domain admin $servername
17751775check_result $? " can't create $servername domain"
17761776
1777- # Enable automatic updates
1778- $HESTIA /bin/v-add-cron-hestia-autoupdate
1779-
17801777# Adding cron jobs
17811778command=" 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 "
17931790command=" 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
17951795service cron restart
17961796
17971797# Building initital rrd images
You can’t perform that action at this time.
0 commit comments