Add admin setup page
This commit is contained in:
@@ -48,7 +48,7 @@ if [ "$DEV_MODE" = true ]; then
|
||||
log "NODE_ENV=development — using local repo at $INSTALL_DIR, skipping clone and system service installation (daemon is assumed to already be running)"
|
||||
elif [ -z "$REPO_URL" ]; then
|
||||
fail "REPO_URL is not set — pass the git URL of the wg-ui repo, e.g.
|
||||
REPO_URL=https://git.example.com/org/wireguard-ui.git $0"
|
||||
REPO_URL=https://git.tben.me/Moduletrace/wireguard-ui.git $0"
|
||||
else
|
||||
INSTALL_DIR="${INSTALL_DIR:-$WGUI_LIB_DIR/webapp}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user