On 12/16/05, Beny Spensieri Jr <[EMAIL PROTECTED]> wrote:
<snip>
> >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
>
> Cron does not execute "mythfilldatabase;kppp -k" ,
> kppp should execute this line upon connect.
>
> Cron executes "/usr/bin/kppp -c mythdata -q"

The same environment principal holds true for your mythdata script.
Try adding the full paths to the commands in the script, eg:
/path/to/mythfilldatabase;/usr/bin/kppp -k.

Josh
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to