We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aeb18c commit 1113c50Copy full SHA for 1113c50
1 file changed
scripts/install.ps1
@@ -84,4 +84,4 @@ Write-Info ''
84
Write-Info "For more information visit https://github.com/$Repo"
85
Write-Info ''
86
Write-Info 'Starting openagent...'
87
-Start-Process -FilePath (Join-Path $InstallDir 'openagent.exe') -ArgumentList 'serve'
+& (Join-Path $InstallDir 'openagent.exe') serve
0 commit comments