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:
parent
e37bae5253
commit
cd4c5d5dcb
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user