diff options
author | Matthew Wild <mwild1@gmail.com> | 2025-04-01 14:38:37 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2025-04-01 14:38:37 +0100 |
commit | e39d14c8e86f00e82be6cb8569aeb24089cec8a2 (patch) | |
tree | bc1437983f9454dbcb61b910e13c706f39b5ae72 | |
parent | f0c6467af8f4f24c574f1e792ff4300c7ef31fd6 (diff) | |
download | prosody-e39d14c8e86f00e82be6cb8569aeb24089cec8a2.tar.gz prosody-e39d14c8e86f00e82be6cb8569aeb24089cec8a2.zip |
prosodyctl: Fix spacing in warning message
-rwxr-xr-x | prosodyctl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(""); |