small fixes

This commit is contained in:
teldra 2021-03-16 22:00:23 +01:00
parent 4aa13aa61f
commit be76efc200
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
module "start" "users" "Configuring Users"
source "${var}"
for i in $(seq 1 "${users[amount]}"); do
if ! cut -d: -f1 /etc/passwd | grep -q -w "${users[name$i]}"; then
useradd -G audio,video,floppy,cdrom,optical,input,users "${users[desc$i]}" -m -s "${users[shell$i]}" -U "${users[name$i]}"