Skip to content

Commit 95f4609

Browse files
authored
Debian 10 Fix
Fix for setfacl errors
1 parent 3de113a commit 95f4609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-add-user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ shell_conf=$(echo "$pkg_data" | grep 'SHELL' | cut -f 2 -d \')
6464
shell=$(grep -w "$shell_conf" /etc/shells |head -n1)
6565

6666
# Adding user
67-
/usr/sbin/useradd "$user" -s "$shell" -c "$email" -m -d "$HOMEDIR/$user"
67+
/usr/sbin/useradd "$user" -s "$shell" -c "$email" -m -d "$HOMEDIR/$user" -U
6868
check_result $? "user creation failed" $E_INVALID
6969

7070
# Adding password

0 commit comments

Comments
 (0)