Skip to content

Commit

Permalink
Merge pull request #45 from WeBankFinTech/dev
Browse files Browse the repository at this point in the history
v1.2.1
  • Loading branch information
mingzhenliu authored Nov 26, 2019
2 parents b10194b + 99fee1c commit ffefef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def do():
if "installAll" == param:
commCheck.do()
commBuild.do()
if "startAll" == param:
elif "startAll" == param:
commCheck.checkPort()
commBuild.start()
elif "stopAll" == param:
Expand Down

0 comments on commit ffefef2

Please sign in to comment.