Continue, don't break out of the iteration

This commit is contained in:
James Laska 2015-07-14 14:53:57 -04:00
parent bca8bae508
commit 316d0c0f77

View File

@ -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