Changeset 609

Show
Ignore:
Timestamp:
03/10/07 18:40:56 (6 years ago)
Author:
max
Message:

No time test necessary when run with --dontcallgrabbers

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/shepherd

    r608 r609  
    915915    &log(0,"\n".ucfirst($progname)." was successfully run ".pretty_duration($last_ran_secs_ago)." ago.\n"); 
    916916    return if ($last_ran_secs_ago > (12*60*60)); 
     917    return if ($opt->{dontcallgrabbers}); 
    917918 
    918919    &log(2, "WARNING: ".ucfirst($progname)." is being run too frequently.\n");