From e39d14c8e86f00e82be6cb8569aeb24089cec8a2 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 1 Apr 2025 14:38:37 +0100 Subject: [PATCH] prosodyctl: Fix spacing in warning message --- prosodyctl | 1 + 1 file changed, 1 insertion(+) diff --git a/prosodyctl b/prosodyctl index 037e88e53..280ecd4c4 100755 --- a/prosodyctl +++ b/prosodyctl @@ -195,6 +195,7 @@ local function service_command_warning(service_command) 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("");