[Groonga-commit] droonga/droonga-engine at 3d01fe1 [master] Reinstall service script always

Back to archive index

SHIMODA Piro Hiroshi null+****@clear*****
Thu Sep 25 01:41:50 JST 2014


SHIMODA "Piro" Hiroshi	2014-09-25 01:41:50 +0900 (Thu, 25 Sep 2014)

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

  Message:
    Reinstall service script always

  Modified files:
    install.sh

  Modified: install.sh (+2 -5)
  Mode: 100644 -> 100755
===================================================================
--- install.sh    2014-09-25 00:56:50 +0900 (441d617)
+++ install.sh    2014-09-25 01:41:50 +0900 (11c1c41)
@@ -181,11 +181,8 @@ install_service_script() {
   INSTALL_LOCATION=$1
   PLATFORM=$2
   DOWNLOAD_URL=$SCRIPT_URL/$PLATFORM/$NAME
-  if [ ! -e $INSTALL_LOCATION ]
-  then
-    curl -o $INSTALL_LOCATION $DOWNLOAD_URL
-    chmod +x $INSTALL_LOCATION
-  fi
+  curl -o $INSTALL_LOCATION $DOWNLOAD_URL
+  chmod +x $INSTALL_LOCATION
 }
 
 install_in_debian() {
-------------- next part --------------
HTML����������������������������...
Download 



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