X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/1623adf460ef8361fc04f5681c85e7daeb16ba8a..e9da72c3be61b1331a5a1a020503bb6e71bf853e:/bin/socheck diff --git a/bin/socheck b/bin/socheck index 0995d76..634ed4d 100755 --- a/bin/socheck +++ b/bin/socheck @@ -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...."