Crontab no error but doesn't execute script
- by crontabOnFreebsd
I'm trying to execute a shell script from cron on Freebsd.
To test wether crontab is working at all, i wrote the line
* * * * * echo "Hello" /home/myuser/logile
and it work fine.
But when trying to execute any script it doesn't do anything, not even an error. (In the script i tried to run is just the same echo command)
Below is the output of…