fuser-test quite
This commit is contained in:
parent
6b5020d24c
commit
706fec5dbb
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue