fix(install): align install path to /opt/nextworkspace/ (blueprint-compliant)
- Fix INSTALL_DIR in install.sh: /opt/nextwks → /opt/nextworkspace/ - All deployment scripts now consistently use /opt/nextworkspace/
This commit is contained in:
parent
1efeb05f4f
commit
1a7c99988b
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ fi
|
||||||
# ============================================================
|
# ============================================================
|
||||||
REPO_DIR="$(cd "$(dirname "$0")" && pwd)"
|
REPO_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||||
ENV_FILE="$(pwd)/.env"
|
ENV_FILE="$(pwd)/.env"
|
||||||
INSTALL_DIR="/opt/nextwks"
|
INSTALL_DIR="/opt/nextworkspace"
|
||||||
BIN_DIR="${INSTALL_DIR}/bin"
|
BIN_DIR="${INSTALL_DIR}/bin"
|
||||||
DATA_DIR="${INSTALL_DIR}/data"
|
DATA_DIR="${INSTALL_DIR}/data"
|
||||||
STATIC_DIR="${INSTALL_DIR}/static"
|
STATIC_DIR="${INSTALL_DIR}/static"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue