From 9dd68edeadfee509aefa383deebb2eee43525dae Mon Sep 17 00:00:00 2001 From: Aleksey Senin Date: Sun, 16 Nov 2008 16:25:00 +0200 Subject: [PATCH] Redirect output to /dev/null when erasing openmpi packages Signed-off-by: Aleksey Senin --- uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uninstall.sh b/uninstall.sh index 7ca0b6d..3b127d7 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -211,7 +211,7 @@ uninstall() ompi_packs_to_remove="$ompi_packs_to_remove ${mpi_name}" fi done - ex "$RPM -e --allmatches $ompi_packs_to_remove" + ex "$RPM -e --allmatches $ompi_packs_to_remove > /dev/null 2>&1" fi MPI_SELECTOR_LIST=$(rpm -qa | grep ${MPI_SELECTOR_NAME}) -- 2.41.0