aboutsummaryrefslogtreecommitdiffstats
path: root/add-user
diff options
context:
space:
mode:
Diffstat (limited to 'add-user')
-rwxr-xr-xadd-user2
1 files changed, 1 insertions, 1 deletions
diff --git a/add-user b/add-user
index 6504bbe..ac54186 100755
--- a/add-user
+++ b/add-user
@@ -22,7 +22,7 @@ dir=$4 # home directory
shell=$5 # shell
if ! getent passwd $name > /dev/null 2>&1; then
- /usr/sbin/useradd -r -M \
+ /usr/sbin/useradd -r -M -U \
-s $shell -d $dir -c "system user for $pkg" $name > /dev/null
fi