mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
Remove uses_mongo redirection from service script
This commit is contained in:
parent
9a4b19bd11
commit
7fd4613523
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user