diff --git a/service/WinBGP-Service.ps1 b/service/WinBGP-Service.ps1 index f46ae7d..948a9e3 100644 --- a/service/WinBGP-Service.ps1 +++ b/service/WinBGP-Service.ps1 @@ -908,6 +908,8 @@ if ($Build) { # Install the service exit 1 } + Get-ChildItem + return }