cleanup: */install.ps1 add out-null to all New-Item calls
[webi-installers/.git] / kubens / install.ps1
index b7a40954900038bd6677b579fa787f91d62881f8..848d7fb2ba70db38060963965d28f20054deb9d4 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 "kubens.exe" -Destination "$pkg_src_bin"
 
     # Exit tmp