mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
restart error handler
This commit is contained in:
parent
42dfa03258
commit
477934825c
66 changed files with 297 additions and 9 deletions
|
@ -46,6 +46,9 @@ sync_cron_jobs
|
|||
|
||||
# Restart crond
|
||||
$BIN/v-restart-cron
|
||||
if [ $? -ne 0 ]; then
|
||||
exit E_RESTART
|
||||
fi
|
||||
|
||||
# Logging
|
||||
log_history "disabled cron reporting"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue