On Thu, Nov 21, 2024 at 08:28:01PM +0100, Dan wrote:
> 
> errata:
> 
> cat /var/cron/tabs/myuser:
> 
> # /var/cron/tabs/myuser - myuser's crontab
> #
> SHELL=/bin/sh
> PATH=/bin:/sbin:/usr/bin:/usr/sbin
> HOME=/var/log
> #
> #minute hour    mday    month   wday    [flags] command
> #
> 
> 0-59       *       *       *       *    /bin/sh 
> /home/MyNewProject/Public/pdfwriter
> 
> 
> 
> Dan
> 
> ------
> nuggetsman.com - Repo: https://code.5mode.com
> 
> Please reply to the mailing-list, leveraging technical stuff.
> 

Note the environmental variables early on the crontab.  Does your script
call anything on /usr/local/bin?  Maybe it is not finding them (when you
run outside cron you get the PATH that's on your profile).

-- 
 

Reply via email to