Skip to content

Commit

Permalink
Merge pull request #851 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
envsetup: /dev/kvm is  character device
  • Loading branch information
cbrake authored Oct 5, 2023
2 parents 91f8aab + d343491 commit 459fc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ dkr() {
"
fi

if [ -f /dev/kvm ]; then
if [ -c /dev/kvm ]; then
DOCKER_ENABLE_KVM="--device /dev/kvm"
else
DOCKER_ENABLE_KVM=""
Expand Down

0 comments on commit 459fc58

Please sign in to comment.