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