We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de113a commit 95f4609Copy full SHA for 95f4609
bin/v-add-user
@@ -64,7 +64,7 @@ shell_conf=$(echo "$pkg_data" | grep 'SHELL' | cut -f 2 -d \')
64
shell=$(grep -w "$shell_conf" /etc/shells |head -n1)
65
66
# Adding user
67
-/usr/sbin/useradd "$user" -s "$shell" -c "$email" -m -d "$HOMEDIR/$user"
+/usr/sbin/useradd "$user" -s "$shell" -c "$email" -m -d "$HOMEDIR/$user" -U
68
check_result $? "user creation failed" $E_INVALID
69
70
# Adding password
0 commit comments