ruby on rails - execute shell script from crontab -


trying execute shell script crontab, every 10 seconds not working me

* * * * * sleep 10 /path/dataimport.sh

script has 1 command rake db:dataimport

the highest resolution cron minutes, can make script run every minute :

* * * * * * /path/to/script.sh 

Comments