/run/docker.sock check not needed since moving to podman 3/head
authorCorey Daley <cdaley@redhat.com>
Tue, 23 Jun 2020 19:53:00 +0000 (15:53 -0400)
committerCorey Daley <cdaley@redhat.com>
Tue, 23 Jun 2020 19:53:00 +0000 (15:53 -0400)
check-usb-ids.sh

index 17f9c050be4072e6ed64715b66ec9c10f3532f7b..3ef114a4e716111a4bd39c863bbdda6cb115755f 100755 (executable)
@@ -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 \