mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
util.startup: Bump expected util.pposix version
Otherwise Prosody refuses to start.
This commit is contained in:
parent
6480651a93
commit
35e92231f8
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ end
|
||||||
local function check_posix()
|
local function check_posix()
|
||||||
if prosody.platform ~= "posix" then return end
|
if prosody.platform ~= "posix" then return end
|
||||||
|
|
||||||
local want_pposix_version = "0.4.0";
|
local want_pposix_version = "0.4.1";
|
||||||
local have_pposix, pposix = pcall(require, "prosody.util.pposix");
|
local have_pposix, pposix = pcall(require, "prosody.util.pposix");
|
||||||
|
|
||||||
if pposix._VERSION ~= want_pposix_version then
|
if pposix._VERSION ~= want_pposix_version then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue