Changeset 1181 for trunk/references/Shepherd/Configure.pm
- Timestamp:
- 02/04/09 14:29:55 (4 years ago)
- Files:
-
- 1 modified
-
trunk/references/Shepherd/Configure.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/references/Shepherd/Configure.pm
r1168 r1181 3 3 package Shepherd::Configure; 4 4 5 my $version = '0.1 0';5 my $version = '0.11'; 6 6 7 7 use strict; … … 1079 1079 1080 1080 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"; 1082 1082 1083 1083 $newcron .= $job;
