win_acl - remove test return values
(cherry picked from commit 1034b892df
)
This commit is contained in:
parent
8a05e37298
commit
b967c99ea3
1 changed files with 0 additions and 2 deletions
|
@ -215,8 +215,6 @@ Try {
|
|||
}
|
||||
}
|
||||
Catch {
|
||||
$result.exception = ($_ | Out-String)
|
||||
$result.test = ($pwd.Path)
|
||||
Fail-Json -obj $result -message "an error occurred when attempting to $state $rights permission(s) on $path for $user - $($_.Exception.Message)"
|
||||
}
|
||||
Finally {
|
||||
|
|
Loading…
Reference in a new issue