[Groonga-commit] droonga/droonga-http-server at b654bf8 [master] Execute droonga-http-server --version via run_as_user()

Back to archive index

KITAITI Makoto null+****@clear*****
Sat Jan 23 21:16:32 JST 2016


KITAITI Makoto	2016-01-23 21:16:32 +0900 (Sat, 23 Jan 2016)

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

  Merged e64eec9: Merge pull request #14 from KitaitiMakoto/fix-path

  Message:
    Execute droonga-http-server --version via run_as_user()
    
    To set correct PATH.

  Modified files:
    install.sh

  Modified: install.sh (+1 -1)
===================================================================
--- install.sh    2016-01-16 18:06:41 +0900 (5e8d378)
+++ install.sh    2016-01-23 21:16:32 +0900 (a22342c)
@@ -304,7 +304,7 @@ download_url() {
 }
 
 installed_version() {
-  $NAME --version
+  run_as_user $NAME --version
 }
 
 register_service() {
-------------- next part --------------
HTML����������������������������...
Télécharger 



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