[Groonga-commit] droonga/droonga-http-server at 949b1f2 [master] Show detected hostnames

Back to archive index

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


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

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

  Message:
    Show detected hostnames

  Modified files:
    install.sh

  Modified: install.sh (+2 -0)
===================================================================
--- install.sh    2014-09-16 18:18:28 +0900 (86d01d0)
+++ install.sh    2014-09-16 18:18:43 +0900 (d91765a)
@@ -92,11 +92,13 @@ setup_configuration_directory() {
         HOST=$TYPED_HOSTNAME
       fi
     fi
+    echo "This node is configured to connect to the droonga-engine node $ENGINE_HOST."
 
     [ "$HOST" = "Auto Detect" ] &&
       determine_hostname \
         "Enter a host name or an IP address which is accessible from the droonga-engine node" &&
       HOST=$DETERMINED_HOSTNAME
+    echo "This node is configured with a hostname $HOST."
 
     curl -o $config_file.template $SCRIPT_URL/$PLATFORM/$NAME.yaml
     cat $config_file.template | \
-------------- next part --------------
HTML����������������������������...
Download 



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