Files
Nexus/deploy/upgrade-1panel-docker.sh
T
Nexus Deploy 0a7c5ee617 fix(deploy): set executable bit on nx and refresh symlinks on update
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>
2026-06-06 04:39:33 +08:00

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 "$@"