create group users at gid 1000
This commit is contained in:
parent
83c632b318
commit
b6dae92276
1 changed files with 2 additions and 2 deletions
|
@ -104,8 +104,8 @@ function standartinstallation() {
|
|||
|
||||
function addusers() {
|
||||
# Erstelle Gruppen
|
||||
groupid=2000
|
||||
for wort in wheel audio input power storage video sys optical adm lp scanner sddm kvm fuse autologin network wireshark docker libvirt libvirtdbus; do
|
||||
groupid=1000
|
||||
for wort in users wheel audio input power storage video sys optical adm lp scanner sddm kvm fuse autologin network wireshark docker libvirt libvirtdbus; do
|
||||
if ! cat /etc/group | grep ${wort}; then
|
||||
while cat /etc/group | grep ${groupid}; do
|
||||
groupid=$((${groupid} + 1))
|
||||
|
|
Loading…
Reference in a new issue