diff --git a/webvirtcloud.sh b/webvirtcloud.sh index 1026a9f7..3752181e 100755 --- a/webvirtcloud.sh +++ b/webvirtcloud.sh @@ -197,6 +197,7 @@ create_user () { fi usermod -a -G "$nginx_group" "$APP_USER" + usermod -a -G libvirt "$nginx_group" } run_as_app_user () {