1
0
mirror of https://github.com/myvesta/vesta.git synced 2025-03-12 04:35:23 -07:00

Verification for suspended cron jobs

This commit is contained in:
Serghey Rodin 2015-01-11 20:31:40 +02:00
parent d21a6d4fe5
commit c2f38eb30d

@ -35,6 +35,7 @@ is_system_enabled "$CRON_SYSTEM" 'CRON_SYSTEM'
is_object_valid 'user' 'USER' "$user"
is_object_unsuspended 'user' 'USER' "$user"
is_object_valid 'cron' 'JOB' "$job"
is_object_unsuspended 'cron' 'JOB' "$job"
#----------------------------------------------------------#