diff options
author | Kim Alvefur <zash@zash.se> | 2012-09-19 23:25:10 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2012-09-19 23:25:10 +0200 |
commit | eae1e0b03e4c3b9cabc93537f036121496d1e6a5 (patch) | |
tree | 020ea20f9fd25e3e83794f79156421a42b49bf09 /prosodyctl | |
parent | 8d9a04088f11349c430002cf6f56ce2337228b20 (diff) | |
download | prosody-eae1e0b03e4c3b9cabc93537f036121496d1e6a5.tar.gz prosody-eae1e0b03e4c3b9cabc93537f036121496d1e6a5.zip |
prosodyctl: Abort if unable to load util.pposix
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -166,6 +166,7 @@ else print("Error: Unable to load pposix module. Check that Prosody is installed correctly.") print("For more help send the below error to us through http://prosody.im/discuss"); print(tostring(pposix)) + os.exit(1); end local function test_writeable(filename) |