fuser-test quite

master
Denis Knauf 2012-07-30 13:55:52 +02:00
parent 6b5020d24c
commit 706fec5dbb
1 changed files with 1 additions and 1 deletions

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."