Skip to content

Commit 9e27dd5

Browse files
Vladimir Kotalahornace
Vladimir Kotal
authored andcommitted
exit with 0
1 parent 23cd7cf commit 9e27dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ def signal_handler(signum, frame):
564564
print("Terminating Tomcat {}".format(tomcat_popen))
565565
tomcat_popen.terminate()
566566

567-
sys.exit(1)
567+
sys.exit(0)
568568

569569

570570
if __name__ == "__main__":

0 commit comments

Comments
 (0)