On Thursday 15 December 2005 09:33, Beny Spensieri Jr wrote: > I am having problems with cron not running my setup to > update the mythtv schedule database using dial-up. >
> The mythdata file executes the following command upon > connect: > > mythfilldatabase;kppp -k > the problem is that cron executes your script without the environment setup so you need to put the full path to mythfilldatabase and kppp in your script it should then work as expected from the cron job Dennis _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
