为什么这个 crontab 不执行 shellscript?

Why is this crontab not executing the shellscript?

我认为每个人都已经厌倦了所有这些 crontab 问题,但我的 shell 脚本无法正常工作。我用谷歌搜索并试验了几个小时,但没有找到答案。这是我的 crontab:

@reboot /home/pi/test/test.sh

请原谅我这个简单的问题,但我没有找到正确的方法。一些信息:

非常感谢。

经过又一个小时的试验,现在已经可以使用了。这是现在的工作代码:

@reboot sleep 10; sudo sh /home/pi/test/test.sh &