diff options
-rwxr-xr-x | add-user | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |