Make an exception for prosody
This commit is contained in:
parent
a22743f3fb
commit
9dcb09580d
|
@ -22,7 +22,7 @@ if [ -d "/lib64" ];then
|
||||||
fi
|
fi
|
||||||
if [ -d "/usr/lib" ];then
|
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
|
if [ $COUNT -eq 0 ];then
|
||||||
:
|
:
|
||||||
|
|
Loading…
Reference in New Issue