Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
Fix to start cron daemon to update cache and pvr
  • Loading branch information
kolonuk authored Aug 13, 2018
1 parent 2fe5aeb commit e16522f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ echo Forcing output location...

if [[ -f /root/get_iplayer.cgi ]]
then
# Start cron
service cron start

# Keep restarting - for when the get_iplayer script is updated
while true
do
Expand Down

0 comments on commit e16522f

Please sign in to comment.