[Groonga-commit] droonga/droonga-http-server at 95509b2 [master] Return 0 (success) always for the steps to prepare the service user

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Sep 25 16:53:24 JST 2014


YUKI Hiroshi	2014-09-25 16:53:24 +0900 (Thu, 25 Sep 2014)

  New Revision: 95509b2eb3ac47d182e4cd44ab8d248a3bbe353b
  https://github.com/droonga/droonga-http-server/commit/95509b2eb3ac47d182e4cd44ab8d248a3bbe353b

  Message:
    Return 0 (success) always for the steps to prepare the service user

  Modified files:
    install.sh

  Modified: install.sh (+1 -0)
===================================================================
--- install.sh    2014-09-25 16:51:56 +0900 (ac558e7)
+++ install.sh    2014-09-25 16:53:24 +0900 (14ecab8)
@@ -96,6 +96,7 @@ prepare_user() {
   fi
 
   usermod -G $GROUP $USER
+  return 0
 }
 
 setup_configuration_directory() {
-------------- next part --------------
HTML����������������������������...
下載 



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