Skip to content

Commit

Permalink
make adding user ignore group creation to prevent some errors when
Browse files Browse the repository at this point in the history
group already exists
  • Loading branch information
retrogradeorbit committed Mar 26, 2022
1 parent 93106bf commit 51f79da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/spire/module/user_present.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ else
EXIT=-1
fi

COMMAND="useradd${ARGS} '$NAME'"
COMMAND="useradd${ARGS} -N '$NAME'"
fi

# echo "command:"
Expand Down

0 comments on commit 51f79da

Please sign in to comment.