prosody
changeset 11575 a8f0f87e115a
parent 10603 4f655918fef1
child 12298 81f147ddc4ab
--- a/prosody	Mon May 17 16:51:11 2021 +0200
+++ b/prosody	Tue May 18 20:08:37 2021 +0200
@@ -92,4 +92,4 @@
 
 prosody.log("debug", "Shutdown reason was: %s", prosody.shutdown_reason or "not specified");
 prosody.log("debug", "Exiting with status code: %d", prosody.shutdown_code or 0);
-os.exit(prosody.shutdown_code);
+os.exit(prosody.shutdown_code, true);