Leo Aparisi de Lannoy

Results 2 comments of Leo Aparisi de Lannoy

The solution is to add homebrew to the PATH of crontab by writing to the top of crontab -e: ```sh PATH=/usr/local/bin:/opt/homebrew/bin/ ```

My output is: ``` ❯ crontab -l PATH=/usr/local/bin:/usr/bin:/bin:/opt/homebrew/bin/ * * * * * /usr/local/bin/mailsync ``` Maybe some scripts needed are in usr/bin or bin/ ?