diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-12-07 20:23:46 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-12-07 20:23:46 +0900 |
| commit | 33c95b80ca77edbc6c34ea6f7233d22acf1f2b3d (patch) | |
| tree | 46ddd766ee483b082ada622dc90a9e3b770cff06 /cmd | |
| parent | 40cc8a68d11e01b36dcb1faacf5bb4e3d081cdce (diff) | |
cmd/fuserdb: rename home directories
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/fuserdb/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/fuserdb/main.go b/cmd/fuserdb/main.go index 6f10ee7e..64b0b6e4 100644 --- a/cmd/fuserdb/main.go +++ b/cmd/fuserdb/main.go @@ -54,7 +54,7 @@ func main() { realName := fmt.Sprintf("Fortify subordinate user %d (%s)", aid, u.name) var homeDirectory string if *homeDir != varEmpty { - homeDirectory = path.Join(*homeDir, fidString, strconv.Itoa(aid)) + homeDirectory = path.Join(*homeDir, "u"+fidString, "a"+strconv.Itoa(aid)) } else { homeDirectory = varEmpty } |
