bsp:real-time-edge-3.1.0.xml
The /etc/net-debug.sh file is executed regularly in /etc/crontab, but now this script doesn't run. What is the reason?
Solved! Go to Solution.
Hello,
Common Reasons for a Failed Cron Job
chmod +x /path/to/your/script.sh
PATH
ls
/bin/ls
user
/etc/crontab
* * * * * /path/to/your/script.sh >> /var/log/your_script.log 2>&1
ls -l /path/to/your/script.sh
x
/bin/grep
grep
root
cron.d
/etc/cron.d/
Regards
View solution in original post