diff options
author | Kim Alvefur <zash@zash.se> | 2017-03-01 01:33:00 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-03-01 01:33:00 +0100 |
commit | 6e638c213f36e30bb165ab232856bede8f8f0a19 (patch) | |
tree | 9344d0c5bc095c10d86c6a7c18b657c7a4570105 /prosodyctl | |
parent | f248b465033dd3e39b7adac412a4cc0ba90ffd75 (diff) | |
download | prosody-6e638c213f36e30bb165ab232856bede8f8f0a19.tar.gz prosody-6e638c213f36e30bb165ab232856bede8f8f0a19.zip |
util.pposix: Add function for atomically appending data to a file
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |