Show
Ignore:
Timestamp:
02/04/09 14:29:55 (4 years ago)
Author:
max
Message:

Shepherd::Configure::configure_mythtv: Don't assume mythfilldatabase is in a PATH accessible to cron

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/references/Shepherd/Configure.pm

    r1168 r1181  
    33package Shepherd::Configure; 
    44 
    5 my $version = '0.10'; 
     5my $version = '0.11'; 
    66 
    77use strict; 
     
    10791079 
    10801080    my $minute = ((localtime)[1] + 2) % 60; 
    1081     my $job = "$minute * * * * nice mythfilldatabase --graboptions '--daily'\n"; 
     1081    my $job = "$minute * * * * nice `which mythfilldatabase` --graboptions '--daily'\n"; 
    10821082 
    10831083    $newcron .= $job;