Change directories to release configuration.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7246 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2014-04-06 08:59:37 +00:00
parent 7d9449421b
commit da081d6735
2 changed files with 1 additions and 4 deletions

View File

@ -302,9 +302,8 @@ bool RsAccountsDetail::defaultBaseDirectory()
return false ;
}
// TODO change back to .retroshare after testing.
basedir = h;
basedir += "/.retroshare6";
basedir += "/.retroshare";
#else
if (RsInit::isPortable())

View File

@ -1301,8 +1301,6 @@ int RsServer::StartupRetroShare()
#ifdef RS_ENABLE_GXS
std::string currGxsDir = rsAccounts.PathAccountDirectory() + "/gxs";
currGxsDir += "_FINALTESTS";
RsDirUtil::checkCreateDirectory(currGxsDir);
RsNxsNetMgr* nxsMgr = new RsNxsNetMgrImpl(serviceCtrl);