1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-02 09:47:00 +03:00

Get rid of uneeded terminal echo

git-svn-id: http://svn.opennebula.org/one/trunk@94 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Constantino Vázquez Blanco 2008-09-15 17:24:29 +00:00
parent b8765168de
commit 8322e5b3bc

View File

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