mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Fix later import of LuaFileSystem
lfs or WHAT How did this even happen?
This commit is contained in:
parent
6be7cf935f
commit
8fe336b4a1
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ local function service_command_warning(service_command)
|
|||
if prosody.installed and configmanager.get("*", "prosodyctl_service_warnings") ~= false then
|
||||
show_warning("WARNING: Use of prosodyctl start/stop/restart/reload is not recommended");
|
||||
show_warning(" if Prosody is managed by an init system - use that directly instead.");
|
||||
lfs = lfs or require
|
||||
lfs = lfs or require"lfs";
|
||||
if lfs.attributes("/etc/systemd") then
|
||||
show_warning(" e.g. systemctl %s prosody", service_command);
|
||||
elseif lfs.attributes("/etc/init.d/prosody") then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue