Skip to content

Commit

Permalink
Fix adduser so it doesn't create the home (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear authored Jan 5, 2024
1 parent e48a896 commit 83a0da1
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 83a0da1

Please sign in to comment.