projects
/
oweals
/
hwdata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c614dad
)
/run/docker.sock check not needed since moving to podman
3/head
author
Corey Daley
<cdaley@redhat.com>
Tue, 23 Jun 2020 19:53:00 +0000
(15:53 -0400)
committer
Corey Daley
<cdaley@redhat.com>
Tue, 23 Jun 2020 19:53:00 +0000
(15:53 -0400)
check-usb-ids.sh
patch
|
blob
|
history
diff --git
a/check-usb-ids.sh
b/check-usb-ids.sh
index 17f9c050be4072e6ed64715b66ec9c10f3532f7b..3ef114a4e716111a4bd39c863bbdda6cb115755f 100755
(executable)
--- a/
check-usb-ids.sh
+++ b/
check-usb-ids.sh
@@
-8,11
+8,6
@@
if [[ "${NO_DOCKER:-0}" == 1 ]]; then
exit 0
fi
-if ! [[ -e /run/docker.sock ]]; then
- echo "Skipping check of usb ids because of missing docker socket."
- exit 0
-fi
-
tmpdir=`mktemp -d`
echo "Listing usb devices:"
sudo podman run -t --privileged --rm=true \