prosodyctl: Set $HOME to data path. Fixes issue with openssl and random state (Thanks Florob)
authorKim Alvefur <zash@zash.se>
Wed, 19 Sep 2012 23:24:40 +0200
changeset 5138 7dc57dfaebbe
parent 5137 df9665f3dfd8
child 5139 0db82143ac00
prosodyctl: Set $HOME to data path. Fixes issue with openssl and random state (Thanks Florob)
prosodyctl
--- a/prosodyctl	Wed Sep 19 16:40:38 2012 +0200
+++ b/prosodyctl	Wed Sep 19 23:24:40 2012 +0200
@@ -161,6 +161,7 @@
 	
 	-- Set our umask to protect data files
 	pposix.umask(config.get("*", "core", "umask") or "027");
+	pposix.setenv("HOME", data_path);
 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");