On Mon, Jul 05, 2010 at 09:09:42PM +0200, Loïc Grenié wrote: > 2010/7/5 <[email protected]>: > > in essence I want something like this: > > > > 00,15,30,45 * * * * source /usr/local/bin/cron_plot_delay.sh && gnuplot > > test.gnu > > > > I think using source should do it , my problem seems to be the crontab is > > not getting run. > > 00,15,30,45 * * * * env DELAY=16 gnuplot test.gnu > > should solve your environment problem. As for the "cron not starting" > I don't know.
Just a thought, but if the command is the last line in the crontab it may not run unless there's a newline terminating it. Ken _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
