[Groonga-commit] droonga/droonga-engine at c1f5e3e [master] Make installed service script executable

Zurück zum Archiv-Index

YUKI Hiroshi null+****@clear*****
Thu Sep 4 19:38:49 JST 2014


YUKI Hiroshi	2014-09-04 19:38:49 +0900 (Thu, 04 Sep 2014)

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

  Message:
    Make installed service script executable

  Modified files:
    script/install-master.sh
    script/install.sh

  Modified: script/install-master.sh (+1 -0)
===================================================================
--- script/install-master.sh    2014-09-04 19:38:30 +0900 (4199723)
+++ script/install-master.sh    2014-09-04 19:38:49 +0900 (6475646)
@@ -58,6 +58,7 @@ install_service_script() {
   if [ ! -e $INSTALL_LOCATION ]
   then
     curl -o $INSTALL_LOCATION $DOWNLOAD_URL
+    chmod +x $INSTALL_LOCATION
   fi
 }
 

  Modified: script/install.sh (+1 -0)
===================================================================
--- script/install.sh    2014-09-04 19:38:30 +0900 (fec63dd)
+++ script/install.sh    2014-09-04 19:38:49 +0900 (134f4ac)
@@ -40,6 +40,7 @@ install_service_script() {
   if [ ! -e $INSTALL_LOCATION ]
   then
     curl -o $INSTALL_LOCATION $DOWNLOAD_URL
+    chmod +x $INSTALL_LOCATION
   fi
 }
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index