]> git.rmz.io Git - dotfiles.git/commitdiff
bin: remove /extra from socheck
authorSamir Benmendil <samir.benmendil@gmail.com>
Sun, 11 May 2014 01:37:02 +0000 (02:37 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sun, 11 May 2014 01:37:02 +0000 (02:37 +0100)
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...."