[Groonga-commit] droonga/droonga-engine at c7150ac [master] Fix mismatched function name

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Sep 26 16:09:02 JST 2014


YUKI Hiroshi	2014-09-26 16:09:02 +0900 (Fri, 26 Sep 2014)

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

  Message:
    Fix mismatched function name

  Modified files:
    install/centos/functions.sh

  Modified: install/centos/functions.sh (+1 -1)
===================================================================
--- install/centos/functions.sh    2014-09-26 16:06:02 +0900 (56ae03e)
+++ install/centos/functions.sh    2014-09-26 16:09:02 +0900 (2c39532)
@@ -24,7 +24,7 @@ register_service() {
   mkdir -p $pid_dir
   chown -R $USER:$GROUP $pid_dir
 
-  curl -o /etc/rc.d/init.d/$NAME $(script_url "install/centos/$NAME")
+  curl -o /etc/rc.d/init.d/$NAME $(download_url "install/centos/$NAME")
   chmod +x /etc/rc.d/init.d/$NAME
   /sbin/chkconfig --add $NAME
 }
-------------- next part --------------
HTML����������������������������...
Download 



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