Remove uses_mongo redirection from service script

This commit is contained in:
Matthew Jones 2015-07-13 15:44:58 -04:00
parent 9a4b19bd11
commit 7fd4613523

View File

@ -15,7 +15,7 @@ service_action() {
# Should MongoDB be managed by this script?
# We only manage MongoDB if the license uses it.
tower-manage uses_mongo > /dev/null 2> /dev/null
tower-manage uses_mongo
if [ $? == 0 && ${1} == start ]; then
SERVICES="$SERVICES mongod"
elif [ $? == 0 && ${1} == stop ]; then