From d8fe9c2f64eae62050aeae38fb15cd12249a88b7 Mon Sep 17 00:00:00 2001 From: catborise Date: Wed, 28 Feb 2024 08:15:02 +0300 Subject: [PATCH] add user to libvirt group also --- webvirtcloud.sh | 1 + 1 file changed, 1 insertion(+) 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 () {