Browse Source

/run/docker.sock check not needed since moving to podman

Corey Daley 3 years ago
parent
commit
1284f22ad1
1 changed files with 0 additions and 5 deletions
  1. 0 5
      check-usb-ids.sh

+ 0 - 5
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 \