prosody
changeset 7362 a5a080c12c96
parent 7300 b34a42a10c9f
child 7738 1502ec4f3cbe
equal deleted inserted replaced
7361:d0390bc9c5d1 7362:a5a080c12c96
   109 			print("Prosody was unable to find the configuration file.");
   109 			print("Prosody was unable to find the configuration file.");
   110 			print("We looked for: "..(CFG_CONFIGDIR or ".").."/prosody.cfg.lua");
   110 			print("We looked for: "..(CFG_CONFIGDIR or ".").."/prosody.cfg.lua");
   111 			print("A sample config file is included in the Prosody download called prosody.cfg.lua.dist");
   111 			print("A sample config file is included in the Prosody download called prosody.cfg.lua.dist");
   112 			print("Copy or rename it to prosody.cfg.lua and edit as necessary.");
   112 			print("Copy or rename it to prosody.cfg.lua and edit as necessary.");
   113 		end
   113 		end
   114 		print("More help on configuring Prosody can be found at http://prosody.im/doc/configure");
   114 		print("More help on configuring Prosody can be found at https://prosody.im/doc/configure");
   115 		print("Good luck!");
   115 		print("Good luck!");
   116 		print("**************************");
   116 		print("**************************");
   117 		print("");
   117 		print("");
   118 		os.exit(1);
   118 		os.exit(1);
   119 	end
   119 	end