修复 /usr/local/bin/xray: Permission denied
Open
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 2.7k
- Forks
- 1.1k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 2
Description
如果你更新脚本后出现这个 /usr/local/bin/xray: Permission denied
修复:
chmod +x /usr/local/bin/xray
原因
😂 这是因为更新脚本的时候忘记加执行权限了,后面的版本已经加上了。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue identifies /usr/local/bin/xray and the update script as the entry points; start by reviewing how the update script installs or replaces that file. Done means the installed command remains executable after an update, verified by running it without a “Permission denied” error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- cli, devops
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 25/100