I'm trying to run a command by cron in Raspbian.
If I run ./sec_cam.sh
, than my script runs, If I try to run it via crontab every 5 min, than nothing happens.
crontab -e
shows me the followings:
*/5 * * * * ./sec_cam.sh
Did I configure the crontab wrong? Thx in advance