[Groonga-commit] droonga/droonga-http-server at 575af58 [master] Override baseDir correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Sep 18 19:49:33 JST 2014


YUKI Hiroshi	2014-09-18 19:49:33 +0900 (Thu, 18 Sep 2014)

  New Revision: 575af58efbea2e6dbbcaa8486c25f252c3f4da37
  https://github.com/droonga/droonga-http-server/commit/575af58efbea2e6dbbcaa8486c25f252c3f4da37

  Message:
    Override baseDir correctly

  Modified files:
    bin/droonga-http-server-configure

  Modified: bin/droonga-http-server-configure (+1 -1)
===================================================================
--- bin/droonga-http-server-configure    2014-09-18 19:49:16 +0900 (ef7b909)
+++ bin/droonga-http-server-configure    2014-09-18 19:49:33 +0900 (f77ef68)
@@ -292,7 +292,7 @@ function finish() {
 
 checkInstalledAsService(function() {
   if (installedAsService)
-    process.env.DROONGA_BASE_DIR = serviceBaseDir;
+    process.env.DROONGA_BASE_DIR = defaultConfigs.baseDir = serviceBaseDir;
 
   baseDir = defaultConfigs.baseDir;
 
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index