From 11031abf263eb5bf25feefef04f770a55e2c0128 Mon Sep 17 00:00:00 2001 From: Oren Hurvitz Date: Mon, 14 Jul 2014 10:55:13 +0300 Subject: Changed the default XBakes directory to a local path: "./bakes". Previously it was an absolute path. Now it's a sibling of the maptiles directory. This fixes http://opensimulator.org/mantis/view.php?id=7063 --- bin/Robust.HG.ini.example | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bin/Robust.HG.ini.example') diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index c51a626..489810e 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example @@ -662,6 +662,5 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset [BakedTextureService] LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" - ;; This directory must exist and be writable for the user ROBUST runs as - BaseDirectory = "/data/bakes" - + ;; This directory must be writable by the user ROBUST runs as. It will be created automatically. + BaseDirectory = "./bakes" -- cgit v1.1