Skip to content

Commit

Permalink
Path diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
Miroslav Vasko committed Nov 12, 2014
1 parent 6c87748 commit 4362da2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions cron/podcasts
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
[email protected]

#15 3 * * mon sites cd /home/sites/podcasts && /usr/bin/php download-podcast.php signall
#15 3 * * wed sites cd /home/sites/podcasts && /usr/bin/php download-podcast.php experimental
#15 3 * * fri sites cd /home/sites/podcasts && /usr/bin/php download-podcast.php selector
#58 21 * * mon sites cd /home/sites/podcasts && /usr/bin/php download-podcast.php headbanger
#15 3 * * wed sites cd /home/sites/podcasts && /usr/bin/php download-podcast.php pohoda
#15 3 * * sun sites cd /home/sites/podcasts && /usr/bin/php download-podcast.php exclusive
#15 3 * * sat sites cd /home/sites/podcasts && /usr/bin/php download-podcast.php fresh
#15 3 * * sun sites cd /home/sites/podcasts && /usr/bin/php download-podcast.php wilsonic
#15 3 * * mon sites cd /var/lib/podcasts/bin && /usr/bin/php download-podcast.php signall
#15 3 * * wed sites cd /var/lib/podcasts/bin && /usr/bin/php download-podcast.php experimental
#15 3 * * fri sites cd /var/lib/podcasts/bin && /usr/bin/php download-podcast.php selector
#58 21 * * mon sites cd /var/lib/podcasts/bin && /usr/bin/php download-podcast.php headbanger
#15 3 * * wed sites cd /var/lib/podcasts/bin && /usr/bin/php download-podcast.php pohoda
#15 3 * * sun sites cd /var/lib/podcasts/bin && /usr/bin/php download-podcast.php exclusive
#15 3 * * sat sites cd /var/lib/podcasts/bin && /usr/bin/php download-podcast.php fresh
#15 3 * * sun sites cd /var/lib/podcasts/bin && /usr/bin/php download-podcast.php wilsonic

15 3 * * sat sites cd /home/sites/podcasts && /usr/bin/php download-podcast.php balaz_hubinak
15 3 * * sat sites cd /var/lib/podcasts/bin && /usr/bin/php download-podcast.php balaz_hubinak

# remove old podcasts
15 1 * * * sites cd /home/sites/podcasts && bash remove-old-podcasts.bash >/dev/null
15 1 * * * sites cd /var/lib/podcasts/bin && bash remove-old-podcasts.bash >/dev/null

0 comments on commit 4362da2

Please sign in to comment.