mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-14 07:04:51 -04:00
Fix staff > wheel group ownership
This commit is contained in:
parent
7d0428701d
commit
ca1af45d7d
3 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ struct HelperToolCommandRunner {
|
|||
let attributes: [FileAttributeKey: Any] = [
|
||||
.posixPermissions: 0o755,
|
||||
.ownerAccountName: ownerAccountName,
|
||||
.groupOwnerAccountName: "staff"
|
||||
.groupOwnerAccountName: "wheel"
|
||||
]
|
||||
|
||||
do {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue