1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00

bug #866: Removed unneeded check after starting the server

This commit is contained in:
Ruben S. Montero 2011-10-15 00:06:51 +02:00
parent e37bae5253
commit cd4c5d5dcb

View File

@ -80,14 +80,6 @@ start()
exit 1
fi
sleep 1
ps $LASTPID &> /dev/null
if [ $? -ne 0 ]; then
echo "Error executing $OZONES_SERVER, please check the log $OZONES_LOG"
exit 1
fi
echo "ozones-server listening on $HOST:$PORT"
}