From: Kim Alvefur Date: Wed, 19 Sep 2012 21:25:10 +0000 (+0200) Subject: prosodyctl: Abort if unable to load util.pposix X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=68b551be947e0502e3d2b248c4afd5db68158080;hp=fc81eacae2fa4dfbc510c2861981423d22502482;p=prosody.git prosodyctl: Abort if unable to load util.pposix --- diff --git a/prosodyctl b/prosodyctl index 52b734f7..12117c0f 100755 --- a/prosodyctl +++ b/prosodyctl @@ -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)