changes made

changes made as per request

all set
This commit is contained in:
Pratyush Saxema
2020-09-07 16:20:37 +05:30
parent b228d1253c
commit ee34ace0de
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
if (!(Test-Path -Path "$Env:USERPROFILE/.ssh"))
{
New-Item -Path "$Env:USERPROFILE/.ssh" -ItemType Directory
New-Item -Path "$Env:USERPROFILE/.ssh" -ItemType Directory -Force
#& icacls "$Env:USERPROFILE/.ssh" /inheritance:r
#& icacls "$Env:USERPROFILE/.ssh" /grant:r "$Env:USERNAME":"(F)"
}