Skip to content

Commit

Permalink
add user to libvirt group also
Browse files Browse the repository at this point in the history
  • Loading branch information
catborise committed Feb 28, 2024
1 parent a048ade commit d8fe9c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webvirtcloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ create_user () {
fi

usermod -a -G "$nginx_group" "$APP_USER"
usermod -a -G libvirt "$nginx_group"
}

run_as_app_user () {
Expand Down

0 comments on commit d8fe9c2

Please sign in to comment.