@@ -216,7 +216,7 @@ if [[ -n "$username" && -n "$password" ]]; then
fi
# add user to standard groups
- usermod -aG users,sudo,adm,input,audio,video,disk,storage,lp,vboxuser $username
+ usermod -aG users,sudo,adm,input,audio,video,disk,storage,lp,vboxusers $username
# generate postgres user and user database
systemctl start postgresql