Skip to content

Commit

Permalink
Fix adduser so it doesn't create the home
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Jan 3, 2024
1 parent 7011c07 commit 89e75c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/action/base/create_user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ impl Action for CreateUser {
.args([
"--home",
"/var/empty",
"-H", // Don't create a home.
"--gecos",
comment,
"--ingroup",
Expand Down

0 comments on commit 89e75c4

Please sign in to comment.