UserCommands: change field name

This commit is contained in:
2025-03-11 15:36:43 -05:00
parent 99c622b69f
commit 18a64de0de
5 changed files with 10 additions and 2 deletions

View File

@ -117,7 +117,7 @@ type (
UserCreateHome bool `yaml:"userCreateHome,omitempty"`
SystemUser bool `yaml:"systemUser,omitempty"`
UserIsSystem bool `yaml:"userIsSystem,omitempty"`
UserPassword string `yaml:"userPassword,omitempty"`

View File

@ -293,7 +293,7 @@ func getCommandTypeAndSetCommandInfo(command *Command) *Command {
command.Username,
command.UserHome,
command.UserShell,
command.SystemUser,
command.UserIsSystem,
command.UserCreateHome,
command.UserGroups,
command.Args)