fix
This commit is contained in:
parent
61f01f4ad1
commit
f18a5c4139
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ function ldconfigcache() {
|
|||
}
|
||||
|
||||
function addusers() {
|
||||
groupadd users
|
||||
useradd -m -g users -G wheel,audio,video,sys,optical -s /bin/bash $username
|
||||
passwd ${username} <<EOT
|
||||
${userpass}
|
||||
|
|
Loading…
Reference in a new issue