From cdd2aa65ee027cf62e7be13e10f33fe8549d9dc2 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 10 Oct 2013 01:32:37 +0200 Subject: [PATCH] add extra to search path --- bin/socheck | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/socheck b/bin/socheck index bd5a855..ef724e9 100755 --- a/bin/socheck +++ b/bin/socheck @@ -2,8 +2,8 @@ sudo -v -files=$(find /usr/bin -maxdepth 1 -type f) -libs=$(find /usr/lib/*.so* -maxdepth 1 -type f) +files=$(find /usr/bin /extra/usr/bin -maxdepth 1 -type f) +libs=$(find /usr/lib/*.so* /extra/usr/lib/*.so* -maxdepth 1 -type f) clear echo "Searching broken binaries...." -- 2.48.1