Make an exception for prosody

This commit is contained in:
Bob Mottram 2018-01-25 10:56:30 +00:00
parent a22743f3fb
commit 9dcb09580d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ if [ -d "/lib64" ];then
fi
if [ -d "/usr/lib" ];then
COUNT=$(find -L /usr/lib \! -user root -exec ls -l {} \; |wc -l)
COUNT=$(find -L /usr/lib -path /usr/lib/prosody -prune -o \! -user root -exec ls -l {} \; |wc -l)
if [ $COUNT -eq 0 ];then
: