[Groonga-commit] droonga/droonga-http-server at 86099a1 [master] Reinstall service script always

Back to archive index

SHIMODA Piro Hiroshi null+****@clear*****
Thu Sep 25 01:42:13 JST 2014


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

  New Revision: 86099a19d718bf11c60a7a29531b669e4f7a68cf
  https://github.com/droonga/droonga-http-server/commit/86099a19d718bf11c60a7a29531b669e4f7a68cf

  Message:
    Reinstall service script always

  Modified files:
    install.sh

  Modified: install.sh (+2 -5)
  Mode: 100644 -> 100755
===================================================================
--- install.sh    2014-09-25 01:05:46 +0900 (6e18fa2)
+++ install.sh    2014-09-25 01:42:13 +0900 (215046f)
@@ -210,11 +210,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