gpt4 book ai didi

python - 如何解决 cron 中的权限被拒绝错误?

转载 作者:太空宇宙 更新时间:2023-11-04 10:30:57 24 4
gpt4 key购买 nike

<分区>

我正在尝试使用 cron 运行 shell 脚本文件,但出现权限被拒绝错误。

这是我的 cron 文件。

53 14 30 10 * $HOME/Documents/Python/shellScript.sh

我想在今天的特定时间运行 shellScript 文件。

这是我的 shellScript.sh 文件。

osascript<<EOF
tell application "System Events"
tell process "Terminal" to keystroke "t" using command down
end
tell application "Terminal"
activate
do script with command "python file1.py" in window 1
end tell
EOF

osascript<<EOF
tell application "System Events"
tell process "Terminal" to keystroke "t" using command down
end
tell application "Terminal"
activate
do script with command "./ngrok 5000" in window 1
end tell
EOF

python file2.py

我收到邮件了。/bin/sh:/Users/XXX/Documents/Python/shellScript.sh: 权限被拒绝

如果有人能帮我解决这个问题就太好了。谢谢

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com