fuser-test quite

This commit is contained in:
Denis Knauf 2012-07-30 13:55:52 +02:00
parent 6b5020d24c
commit 706fec5dbb

View file

@ -28,7 +28,7 @@ do
done
shift `expr $OPTIND - 1`
if fuser "$0"
if fuser "$0" >/dev/null 2>/dev/null
then :
else
echo "fuser not found or does not work! logarchiver won't to destroy any files, so exit."