mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
cleanup: */install.ps1 add out-null to all New-Item calls
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
if (!(Test-Path -Path "$Env:USERPROFILE/.ssh"))
|
||||
{
|
||||
New-Item -Path "$Env:USERPROFILE/.ssh" -ItemType Directory -Force
|
||||
New-Item -Path "$Env:USERPROFILE/.ssh" -ItemType Directory -Force | out-null
|
||||
#& icacls "$Env:USERPROFILE/.ssh" /inheritance:r
|
||||
#& icacls "$Env:USERPROFILE/.ssh" /grant:r "$Env:USERNAME":"(F)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user