Diff

prosodyctl @ 13800:883d9d0ccd64 13.0

prosodyctl: Fix spacing in warning message
author Matthew Wild <mwild1@gmail.com>
date Tue, 01 Apr 2025 14:38:37 +0100
parent 13653:e0bbf85edc21
line wrap: on
line diff
--- a/prosodyctl	Mon Mar 31 21:19:14 2025 +0200
+++ b/prosodyctl	Tue Apr 01 14:38:37 2025 +0100
@@ -195,6 +195,7 @@
 			elseif init == "rc.d" then
 				show_warning("          /etc/init.d/prosody %s", service_command);
 			end
+			show_warning("");
 		else
 			show_warning("       it may conflict with your system's service manager.");
 			show_warning("");