win_acl - remove test return values
This commit is contained in:
parent
10f006036c
commit
1034b892df
1 changed files with 0 additions and 2 deletions
|
@ -214,8 +214,6 @@ Try {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Catch {
|
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)"
|
Fail-Json -obj $result -message "an error occurred when attempting to $state $rights permission(s) on $path for $user - $($_.Exception.Message)"
|
||||||
}
|
}
|
||||||
Finally {
|
Finally {
|
||||||
|
|
Loading…
Reference in a new issue