fix(installer): restore BIN_DIR, DATA_DIR, STATIC_DIR, CONFIG_FILE, INSTALL_DIR
This commit is contained in:
parent
1422207482
commit
4ac067e91d
1 changed files with 5 additions and 0 deletions
|
|
@ -28,6 +28,11 @@ 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"
|
||||||
|
BIN_DIR="${INSTALL_DIR}/bin"
|
||||||
|
DATA_DIR="${INSTALL_DIR}/data"
|
||||||
|
STATIC_DIR="${INSTALL_DIR}/static"
|
||||||
|
CONFIG_FILE="${INSTALL_DIR}/config.yaml"
|
||||||
AUTHELIA_DIR="/opt/authelia"
|
AUTHELIA_DIR="/opt/authelia"
|
||||||
AUTHELIA_CONFIG="${AUTHELIA_DIR}/configuration.yml"
|
AUTHELIA_CONFIG="${AUTHELIA_DIR}/configuration.yml"
|
||||||
SERVICE_FILE="/etc/systemd/system/nextwks.service"
|
SERVICE_FILE="/etc/systemd/system/nextwks.service"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue