[Groonga-commit] droonga/droonga-engine at 158d11c [master] Use service's name for service scripts and configuration files

Back to archive index

YUKI Piro Hiroshi null+****@clear*****
Sun Sep 7 23:42:31 JST 2014


YUKI "Piro" Hiroshi	2014-09-07 23:42:31 +0900 (Sun, 07 Sep 2014)

  New Revision: 158d11c134da76beecaa83cf2c50be0c8c39e5c9
  https://github.com/droonga/droonga-engine/commit/158d11c134da76beecaa83cf2c50be0c8c39e5c9

  Message:
    Use service's name for service scripts and configuration files

  Modified files:
    script/install.sh

  Modified: script/install.sh (+1 -1)
===================================================================
--- script/install.sh    2014-09-07 23:41:43 +0900 (8678e4a)
+++ script/install.sh    2014-09-07 23:42:31 +0900 (96a4d09)
@@ -36,7 +36,7 @@ setup_configuration_directory() {
   [ ! -e $DROONGA_BASE_DIR/catalog.json ] &&
     droonga-engine-catalog-generate --output=$DROONGA_BASE_DIR/catalog.json
   [ ! -e $DROONGA_BASE_DIR/$NAME.yaml ] &&
-    curl -o $DROONGA_BASE_DIR/droonga-engine.yaml $SCRIPT_URL/$PLATFORM/$NAME.yaml
+    curl -o $DROONGA_BASE_DIR/$NAME.yaml $SCRIPT_URL/$PLATFORM/$NAME.yaml
   chown -R $USER.$USER $DROONGA_BASE_DIR
 }
 
-------------- next part --------------
HTML����������������������������...
Download 



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