Update installation script: fix systemd infinite loop pass #2

This commit is contained in:
2026-09-20 19:03:23 +01:00
parent b00e45f0e2
commit b3a4719f83
+1 -1
View File
@@ -18,7 +18,7 @@ SERVICE_NAME="${SERVICE_NAME:-wgui}"
REPO_URL="${REPO_URL:-https://git.tben.me/Moduletrace/wireguard-ui.git}" REPO_URL="${REPO_URL:-https://git.tben.me/Moduletrace/wireguard-ui.git}"
BRANCH="${BRANCH:-main}" BRANCH="${BRANCH:-main}"
BUN_INSTALL_DIR="${BUN_INSTALL_DIR:-/opt/bun}" BUN_INSTALL_DIR="${BUN_INSTALL_DIR:-/opt/bun}"
BUN_VERSION="${BUN_VERSION:-1.3.14}" BUN_VERSION="${BUN_VERSION:-1.4.1}"
BUN_BIN="/usr/local/bin/bun" BUN_BIN="/usr/local/bin/bun"
UPDATE=false UPDATE=false
DEV_MODE=false DEV_MODE=false