Skip to content

Commit

Permalink
#925: Fixed crontab file by adding a new line
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjyoon committed Jul 24, 2024
1 parent c44ec5a commit c2d8cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/sds/files/factotum/cron/hysdsops
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ SHELL=/bin/bash
#
#######################################################################

0 * * * * source verdi/bin/activate && $HOME/.local/bin/cron/submit_job.py 2>&1 | logger -i -p user.notice -t submit_pending_jobs-task
0 * * * * source verdi/bin/activate && $HOME/.local/bin/cron/submit_job.py 2>&1 | logger -i -p user.notice -t submit_pending_jobs-task

0 comments on commit c2d8cef

Please sign in to comment.