UserCommands: add field CreateUserHome

This commit is contained in:
2025-03-11 15:30:07 -05:00
parent 95e85e8b45
commit 99c622b69f
5 changed files with 11 additions and 6 deletions

View File

@@ -294,6 +294,7 @@ func getCommandTypeAndSetCommandInfo(command *Command) *Command {
command.UserHome,
command.UserShell,
command.SystemUser,
command.UserCreateHome,
command.UserGroups,
command.Args)
case "modify":