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