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() {
|
function addusers() {
|
||||||
|
groupadd users
|
||||||
useradd -m -g users -G wheel,audio,video,sys,optical -s /bin/bash $username
|
useradd -m -g users -G wheel,audio,video,sys,optical -s /bin/bash $username
|
||||||
passwd ${username} <<EOT
|
passwd ${username} <<EOT
|
||||||
${userpass}
|
${userpass}
|
||||||
|
|
Loading…
Reference in a new issue