no more mongo check in script server

This commit is contained in:
zhitomirskiyi 2011-01-18 11:01:09 -08:00
parent 41c83a7e19
commit d0074d0d8a

View file

@ -108,14 +108,6 @@ if [ -n "$services" ]; then
fi
# Check if Mongo is running
if ! ps ax | grep -v grep | grep mongod >/dev/null
then
echo "Error: Mongod not started. Exiting" >&2
exit 64
fi
redis_config
# Force AGPL