cleanup: */install.ps1 add out-null to all New-Item calls
[webi-installers/.git] / serviceman / install.ps1
index 2eec924919b5aca4f8bb1eaff4354c42bded1db5..8efa0abeaff03bcfc10d48abd1f8623f41b80fc7 100644 (file)
@@ -45,7 +45,7 @@ IF (!(Test-Path -Path "$pkg_src_cmd"))
 
         # Settle unpacked archive into place
         echo "Install Location: $pkg_src_cmd"
-        New-Item "$pkg_src_bin" -ItemType Directory -Force
+        New-Item "$pkg_src_bin" -ItemType Directory -Force | out-null
         Move-Item -Path ".\serviceman.exe" -Destination "$pkg_src_bin"
 
     # Exit tmp