mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-25 06:03:36 +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
|
exit 1
|
||||||
fi
|
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"
|
echo "ozones-server listening on $HOST:$PORT"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user