Skip to content

Commit c2f38eb

Browse files
committed
Verification for suspended cron jobs
1 parent d21a6d4 commit c2f38eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/v-change-cron-job

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ is_system_enabled "$CRON_SYSTEM" 'CRON_SYSTEM'
3535
is_object_valid 'user' 'USER' "$user"
3636
is_object_unsuspended 'user' 'USER' "$user"
3737
is_object_valid 'cron' 'JOB' "$job"
38+
is_object_unsuspended 'cron' 'JOB' "$job"
3839

3940

4041
#----------------------------------------------------------#

0 commit comments

Comments
 (0)