mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 07:08:05 +00:00
add user to libvirt group also
This commit is contained in:
@@ -197,6 +197,7 @@ create_user () {
|
||||
fi
|
||||
|
||||
usermod -a -G "$nginx_group" "$APP_USER"
|
||||
usermod -a -G libvirt "$nginx_group"
|
||||
}
|
||||
|
||||
run_as_app_user () {
|
||||
|
||||
Reference in New Issue
Block a user