Software / code / prosody
Comparison
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 |
comparison
equal
deleted
inserted
replaced
| 13798:35819bc9471a | 13800:883d9d0ccd64 |
|---|---|
| 193 if init == "systemd" then | 193 if init == "systemd" then |
| 194 show_warning(" systemctl %s prosody", service_command); | 194 show_warning(" systemctl %s prosody", service_command); |
| 195 elseif init == "rc.d" then | 195 elseif init == "rc.d" then |
| 196 show_warning(" /etc/init.d/prosody %s", service_command); | 196 show_warning(" /etc/init.d/prosody %s", service_command); |
| 197 end | 197 end |
| 198 show_warning(""); | |
| 198 else | 199 else |
| 199 show_warning(" it may conflict with your system's service manager."); | 200 show_warning(" it may conflict with your system's service manager."); |
| 200 show_warning(""); | 201 show_warning(""); |
| 201 end | 202 end |
| 202 | 203 |