Skip to content

Commit

Permalink
Merge d7c44b7 into 2c6cbb0
Browse files Browse the repository at this point in the history
  • Loading branch information
pengz1 committed Sep 19, 2017
2 parents 2c6cbb0 + d7c44b7 commit ca45aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HWIMO-TEST
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ handleDependServices(){
action=$1
if [ -z "$mongo_status" ]; then
echo "[INFO]: $action mongodb service"
sudo service mongodb $action
sudo service mongodb $action || sudo service mongod $action
fi

if [ -z "$rabbitmq_status" ]; then
Expand Down

0 comments on commit ca45aeb

Please sign in to comment.