Software /
code /
prosody
Changeset
5150:81b49bb0ecc7
prosodyctl: Abort if unable to load util.pposix
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 19 Sep 2012 23:25:10 +0200 |
parents | 5149:b3e9b3576056 |
children | 5151:dfe6a70efaa2 |
files | prosodyctl |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/prosodyctl Wed Sep 19 23:24:40 2012 +0200 +++ b/prosodyctl Wed Sep 19 23:25:10 2012 +0200 @@ -166,6 +166,7 @@ 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)