[Groonga-commit] droonga/droonga-engine at cb6243d [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:52:30 JST 2014


YUKI Hiroshi	2014-09-25 16:52:30 +0900 (Thu, 25 Sep 2014)

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

  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:52:25 +0900 (ab75264)
+++ install.sh    2014-09-25 16:52:30 +0900 (3ab8d9e)
@@ -89,6 +89,7 @@ prepare_user() {
   fi
 
   usermod -G $GROUP $USER
+  return 0
 }
 
 setup_configuration_directory() {
-------------- next part --------------
HTML����������������������������...
Download 



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