Skip to content

Commit

Permalink
Merge pull request #77 from traPtitech/add-cp20-to-kmbk
Browse files Browse the repository at this point in the history
add cp20 to kmbk
  • Loading branch information
cp-20 committed Apr 3, 2024
2 parents a75f442 + 548adbd commit 5017972
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions kmbk.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"hijiki51"
]
},
{
{
"name": "Takeno-hito",
"passwd": "",
"gecos": "",
Expand All @@ -50,14 +50,32 @@
"Takeno-hito"
]
},
{
"name": "cp-20",
"passwd": "",
"gecos": "",
"dir": "/home/cp-20",
"shell": "/bin/bash",
"uid": 60043,
"gid": 60043
},
{
"name": "cp-20",
"passwd": "",
"gid": 60043,
"members": [
"cp-20"
]
},
{
"name": "sysad",
"passwd": "",
"gid": 60000,
"members": [
"sapphi-red",
"hijiki51",
"Takeno-hito"
"Takeno-hito",
"cp-20"
]
}
]

0 comments on commit 5017972

Please sign in to comment.