From c3e636e5ffc28e0a9e60654a6a4d97c26788e48e Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 11 May 2014 02:37:02 +0100 Subject: [PATCH] bin: remove /extra from socheck --- bin/socheck | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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...." -- 2.48.1