1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-24 23:25:24 +00:00

add user to libvirt group also

This commit is contained in:
catborise 2024-02-28 08:15:02 +03:00
parent a048adef8e
commit d8fe9c2f64

View file

@ -197,6 +197,7 @@ create_user () {
fi
usermod -a -G "$nginx_group" "$APP_USER"
usermod -a -G libvirt "$nginx_group"
}
run_as_app_user () {