I am trying to run a shell script from Cron at reboot. The script is located in /var/gee. The script is named _startTest.sh. This is the command I have used in cron is: cd /var/gee && ./_startTest.sh
The script doesn't run. Any ideas what I am doing wrong here?