Skip to content

Commit 713c447

Browse files
committed
fix: drop stale gateway probe flag in windows installer
1 parent d61b65d commit 713c447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ function Refresh-GatewayServiceIfLoaded {
604604

605605
try {
606606
Invoke-OpenClawCommand gateway restart | Out-Null
607-
Invoke-OpenClawCommand gateway status --probe --json | Out-Null
607+
Invoke-OpenClawCommand gateway status --json | Out-Null
608608
Write-Host "[OK] Gateway service refreshed" -ForegroundColor Green
609609
} catch {
610610
Write-Host "[!] Gateway service restart failed; continuing." -ForegroundColor Yellow

0 commit comments

Comments
 (0)