cleanup: */install.ps1 add out-null to all New-Item calls
[webi-installers/.git] / chromedriver / install.ps1
index 6e6f0e3df2fff932efdd3e2911c40116886c32d8..fa21f953f90e1fd3ff6b410b7b375f664611f1e8 100644 (file)
@@ -48,7 +48,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 ".\chromedriver-*\chromedriver.exe" -Destination "$pkg_src_bin"
 
     # Exit tmp