]> git.rmz.io Git - dotfiles.git/blobdiff - bin/socheck
bin: remove /extra from socheck
[dotfiles.git] / bin / socheck
index 0995d76fad1affa0accbb84580c4f0c9ca89c36d..634ed4d6930ea89bc85f447fffc0e7327ba12edf 100755 (executable)
@@ -2,8 +2,8 @@
 
 sudo -v
 
-files=$(find /usr/bin /extra/usr/bin -maxdepth 1 -type f)
-libs=$(find /usr/lib/*.so* /extra/usr/lib/*.so* -maxdepth 1 -type f)
+files=$(find /usr/bin -maxdepth 1 -type f)
+libs=$(find /usr/lib/*.so* -maxdepth 1 -type f)
 
 echo "Searching broken binaries...."