Have you set Code: chmod +x /home/user/delete_syslog_script.sh to make it runnable? Also, I'm unsure if it's a good idea to use the /bin/sh shebang. Afaik, you should be using /bin/bash and let maemo's symlink to ash work.
chmod +x /home/user/delete_syslog_script.sh