mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Continue, don't break out of the iteration
This commit is contained in:
parent
bca8bae508
commit
316d0c0f77
@ -32,7 +32,7 @@ service_action() {
|
||||
tower-manage uses_mongo --local 2> /dev/null >/dev/null
|
||||
# if mongod is not required, break
|
||||
if [ $? -ne 0 ]; then
|
||||
break
|
||||
continue
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user