Commit b98c3ee0 authored by Mikhail Efremov's avatar Mikhail Efremov

stage2: Fix preinstall.d/80-setup-user-groups

And the cycle removed: we can add groups by single command.
parent d7ebaaf4
......@@ -4,6 +4,4 @@
add_users_role_groups="vmusers"
for g in $add_users_role_groups; do
exec_chroot roleadd users "$add_users_role_groups"
done
exec_chroot roleadd users $add_users_role_groups
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment