Skip to content

Commit

Permalink
install_NEO_OCL_driver: Added user to render group. (openvinotoolkit#…
Browse files Browse the repository at this point in the history
  • Loading branch information
artanokhov authored Nov 12, 2020
1 parent 9379247 commit 92f9772
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/install_dependencies/install_NEO_OCL_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,11 @@ add_user_to_video_group()
if [[ $? -ne 0 ]]; then
echo "WARNING: unable to add $real_user to the video group" >&2
fi
echo "Adding $real_user to the render group..."
usermod -a -G render "$real_user"
if [[ $? -ne 0 ]]; then
echo "WARNING: unable to add $real_user to the render group" >&2
fi
}

_check_distro_version()
Expand Down

0 comments on commit 92f9772

Please sign in to comment.