aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2013-04-09 15:50:46 +0200
committerKim Alvefur <zash@zash.se>2013-04-09 15:50:46 +0200
commit45326136c4487ed62075729bffed6f7f57ab9a69 (patch)
tree8ac2aed43241635c96a21040082308e0939ba6e5 /prosodyctl
parent8d41687872e81d0152fa5d941db022fdaeb60f90 (diff)
downloadprosody-45326136c4487ed62075729bffed6f7f57ab9a69.tar.gz
prosody-45326136c4487ed62075729bffed6f7f57ab9a69.zip
prosodyctl: Bump util.pposix version for API change
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index 71b99f9e..24d28157 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -135,7 +135,7 @@ dependencies.log_warnings();
-- Switch away from root and into the prosody user --
local switched_user, current_uid;
-local want_pposix_version = "0.3.5";
+local want_pposix_version = "0.3.6";
local ok, pposix = pcall(require, "util.pposix");
if ok and pposix then