s
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ trap 'rm -rf "$WORK"; [ -n "$SG_PID" ] && kill "$SG_PID" 2>/dev/null' EXIT
|
||||
mkdir -p "$ROOT"
|
||||
|
||||
# --- start simplegit (skip-auth: anon read+write, no console needed) ---
|
||||
"$BIN" -rpc "$RPC" -ssh "" -root "$ROOT" -skip-auth >"$WORK/sg.log" 2>&1 &
|
||||
"$BIN" daemon -rpc "$RPC" -ssh "" -root "$ROOT" -skip-auth >"$WORK/sg.log" 2>&1 &
|
||||
SG_PID=$!
|
||||
|
||||
# wait until the HTTP port answers
|
||||
|
||||
Reference in New Issue
Block a user