Skip to content

Commit

Permalink
exit with 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Kotal authored and ahornace committed May 6, 2021
1 parent 23cd7cf commit 9e27dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ def signal_handler(signum, frame):
print("Terminating Tomcat {}".format(tomcat_popen))
tomcat_popen.terminate()

sys.exit(1)
sys.exit(0)


if __name__ == "__main__":
Expand Down

0 comments on commit 9e27dd5

Please sign in to comment.