aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-03-01 01:33:00 +0100
committerKim Alvefur <zash@zash.se>2017-03-01 01:33:00 +0100
commite8b57d789b10a6aeb152483526b76bbda0b2b194 (patch)
tree9344d0c5bc095c10d86c6a7c18b657c7a4570105 /prosodyctl
parent9c6c576f099d4f4f71edde0c47df60178b888afb (diff)
downloadprosody-e8b57d789b10a6aeb152483526b76bbda0b2b194.tar.gz
prosody-e8b57d789b10a6aeb152483526b76bbda0b2b194.zip
util.pposix: Add function for atomically appending data to a file
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosodyctl b/prosodyctl
index cc440c59..4fb67a95 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.6";
+local want_pposix_version = "0.3.7";
local ok, pposix = pcall(require, "util.pposix");
if ok and pposix then