diff --git a/SABnzbd/tools/chocolateyInstall.ps1 b/SABnzbd/tools/chocolateyInstall.ps1 index ec47a82..d77a935 100644 --- a/SABnzbd/tools/chocolateyInstall.ps1 +++ b/SABnzbd/tools/chocolateyInstall.ps1 @@ -87,7 +87,7 @@ try if (!$upgrade) { #launch local default browser to configure - [Diagnostics.Process]::Start('http://localhost:8080') + [Diagnostics.Process]::Start('http://localhost:8080') | Out-Null } } else