From 7d214948ccb8d6ad3553399740752c3de31de31e Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Fri, 12 Oct 2018 18:13:51 +0200 Subject: [PATCH] tape-admin: suppress mtx output Signed-off-by: Ralf Zerres --- bin/tape-admin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tape-admin b/bin/tape-admin index 2b9bf06..79f30ec 100755 --- a/bin/tape-admin +++ b/bin/tape-admin @@ -1215,7 +1215,7 @@ mtx_unload () { fi make_err_file - ${MTX} -f $changer_device unload $slot_source $drive 2>${ERRFILE} + ${MTX} -f $changer_device unload $slot_source $drive 1>/dev/null 2>${ERRFILE} for i in 1 2 3 4 5 ; do RET=$? if test $RET -eq 0; then