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:
Claus Lohmar 2026-07-06 07:50:02 +01:00
parent 1efeb05f4f
commit 1a7c99988b

View file

@ -28,7 +28,7 @@ fi
# ============================================================
REPO_DIR="$(cd "$(dirname "$0")" && pwd)"
ENV_FILE="$(pwd)/.env"
INSTALL_DIR="/opt/nextwks"
INSTALL_DIR="/opt/nextworkspace"
BIN_DIR="${INSTALL_DIR}/bin"
DATA_DIR="${INSTALL_DIR}/data"
STATIC_DIR="${INSTALL_DIR}/static"