[Groonga-commit] droonga/droonga-engine at e7fa7f2 [master] Remove template file and keep configuration file correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Sep 16 12:21:28 JST 2014


YUKI Hiroshi	2014-09-16 12:21:28 +0900 (Tue, 16 Sep 2014)

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

  Message:
    Remove template file and keep configuration file correctly

  Modified files:
    install.sh

  Modified: install.sh (+1 -1)
===================================================================
--- install.sh    2014-09-16 12:17:50 +0900 (5ba6d05)
+++ install.sh    2014-09-16 12:21:28 +0900 (daabc69)
@@ -70,7 +70,7 @@ setup_configuration_directory() {
     cat $config_file.template | \
       $sed -e "s/\\\$hostname/$HOST/" \
       > $config_file
-    rm $config_file
+    rm $config_file.template
   fi
 
   chown -R $USER.$USER $DROONGA_BASE_DIR
-------------- next part --------------
HTML����������������������������...
Descargar 



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