File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 44set -euo pipefail
55
66# Configuration
7- GSA_DIR=" /var/mnt/eclipse/repos/game-server-admin"
7+ GSA_DIR=" /var/mnt/eclipse/repos/fleet-ecosystem/ game-server-admin"
88WASM_DIR=" $GSA_DIR /src/wasm"
99CLI_BIN=" $GSA_DIR /src/interface/ffi/zig-out/bin/gsa"
1010WASM_OUTPUT=" $WASM_DIR /wasm-output"
@@ -30,7 +30,7 @@ error_exit() {
3030echo " 🔍 Checking VeriSimDB..."
3131if ! curl -sf http://localhost:8090/health > /dev/null 2>&1 ; then
3232 echo " ${YELLOW} ⚠️ VeriSimDB not running. Starting it now...${NC} "
33- cd /var/mnt/eclipse/repos/nextgen-databases/verisimdb
33+ cd /var/mnt/eclipse/repos/developer-ecosystem/ nextgen-databases/verisimdb
3434 VERISIM_PORT=8090 nohup ./target/release/verisim-api > /tmp/verisimdb.log 2>&1 &
3535 sleep 2
3636
@@ -101,4 +101,4 @@ if [ -t 1 ]; then
101101else
102102 # Non-interactive - add delay to see output
103103 sleep 3
104- fi
104+ fi
You can’t perform that action at this time.
0 commit comments