0a7c5ee617
Git tracked deploy/nx as 644 so /usr/local/bin/nx failed with Permission denied after pull; update.sh now chmods CLI scripts before upgrade. Co-authored-by: Cursor <cursoragent@cursor.com>
4 lines
162 B
Bash
Executable File
4 lines
162 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# 兼容入口 — 请优先使用 deploy/nexus-1panel.sh
|
|
exec "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")/nexus-1panel.sh" upgrade "$@"
|