We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d61b65d commit 713c447Copy full SHA for 713c447
public/install.ps1
@@ -604,7 +604,7 @@ function Refresh-GatewayServiceIfLoaded {
604
605
try {
606
Invoke-OpenClawCommand gateway restart | Out-Null
607
- Invoke-OpenClawCommand gateway status --probe --json | Out-Null
+ Invoke-OpenClawCommand gateway status --json | Out-Null
608
Write-Host "[OK] Gateway service refreshed" -ForegroundColor Green
609
} catch {
610
Write-Host "[!] Gateway service restart failed; continuing." -ForegroundColor Yellow
0 commit comments