X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/fcfdef41a91c876d32c21ab6b241383ab8faa345..c3e636e5ffc28e0a9e60654a6a4d97c26788e48e:/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...."