no more mongo check in script server
This commit is contained in:
parent
41c83a7e19
commit
d0074d0d8a
1 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue