From 8322e5b3bceb801de1d935fdf64d79aa8b1fc4ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantino=20V=C3=A1zquez=20Blanco?= Date: Mon, 15 Sep 2008 17:24:29 +0000 Subject: [PATCH] Get rid of uneeded terminal echo git-svn-id: http://svn.opennebula.org/one/trunk@94 3034c82b-c49b-4eb3-8279-a7acafdc01c0 --- share/scripts/one | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/scripts/one b/share/scripts/one index c9eb14a906..23e1c6a944 100755 --- a/share/scripts/one +++ b/share/scripts/one @@ -69,7 +69,7 @@ start() fi sleep 1 - ps $LASTPID &> /dev/null + ps $LASTPID > /dev/null 2>&1 if [ $? -ne 0 ]; then echo "Error executing $ONED."