Changeset

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
parents 13798:35819bc9471a
children 13801:a5d5fefb8b68
files prosodyctl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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("");