[Groonga-commit] droonga/droonga-http-server at 966b7f1 [master] Set ENGINE_HOST instead of HOST correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Sep 16 18:54:56 JST 2014


YUKI Hiroshi	2014-09-16 18:54:56 +0900 (Tue, 16 Sep 2014)

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

  Message:
    Set ENGINE_HOST instead of HOST correctly

  Modified files:
    install.sh

  Modified: install.sh (+2 -2)
===================================================================
--- install.sh    2014-09-16 18:53:25 +0900 (542bc60)
+++ install.sh    2014-09-16 18:54:56 +0900 (6e6f320)
@@ -89,8 +89,8 @@ setup_configuration_directory() {
         echo "The droonga-http-server is configured to be connected"
         echo "to this node ($ENGINE_HOST)."
       else
-        if [ "$HOST" = "" ]; then
-          HOST=$(hostname)
+        if [ "$ENGINE_HOST" = "" ]; then
+          ENGINE_HOST=$(hostname)
           echo "********************** CAUTION!! **********************"
           echo "Installation process coudln't detect the hostname of"
           echo "the droonga-engine node to be connected."
-------------- next part --------------
HTML����������������������������...
Download 



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