View | Details | Raw Unified
Collapse All | Expand All

(-) run-crons.old (-1 / +1 lines)
 Lines 45-51    Link Here 
		#>= 30 days, 5 min -=> +43204 min
		#>= 30 days, 5 min -=> +43204 min
		TIME="-cmin +43204" ;;
		TIME="-cmin +43204" ;;
	esac
	esac
	find /var/spool/cron/lastrun/cron.$BASE $TIME -exec rm {} \;
	find /var/spool/cron/lastrun -name cron.$BASE $TIME -exec rm {} \;
    fi
    fi
    # if there is no touch file, make one then run the scripts 
    # if there is no touch file, make one then run the scripts