I had this .sh file:
#!/bin/bash
cd /home/leenga/Desktop/crawlCron
scrapy crawl quotes
and here is my crontab:
*/2 * * * * /usr/bin/bash /home/leenga/Desktop/crawlCron/crawlcommand.sh >> /home/leenga/Desktop/crawlCron.out
Why it doesn't working? Help me!