@aiyiran/myclaw 1.0.41 → 1.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -334,7 +334,7 @@ echo [OK]
|
|
|
334
334
|
|
|
335
335
|
REM ---- Step 3: Gateway ----
|
|
336
336
|
echo [3/4] Gateway...
|
|
337
|
-
|
|
337
|
+
wsl -d OpenClaw -- pgrep -f "openclaw" >nul 2>&1
|
|
338
338
|
if not errorlevel 1 goto :gateway_running
|
|
339
339
|
|
|
340
340
|
REM Gateway not running -> update myclaw first, then start
|
|
@@ -374,7 +374,7 @@ echo OpenClaw is running. Browser opened.
|
|
|
374
374
|
echo Type exit to close this window.
|
|
375
375
|
echo ============================================
|
|
376
376
|
echo.
|
|
377
|
-
wsl -d OpenClaw
|
|
377
|
+
wsl -d OpenClaw --cd /root/.openclaw
|
|
378
378
|
pause
|
|
379
379
|
`;
|
|
380
380
|
|