[Groonga-commit] droonga/droonga-http-server at e80a4ff [master] Don't show same message twice

Back to archive index

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


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

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

  Message:
    Don't show same message twice

  Modified files:
    install.sh

  Modified: install.sh (+1 -1)
===================================================================
--- install.sh    2014-09-16 18:18:43 +0900 (d91765a)
+++ install.sh    2014-09-16 18:29:22 +0900 (803f0f4)
@@ -90,9 +90,9 @@ setup_configuration_directory() {
         input_hostname \
           "Enter a host name or an IP address of the droonga-engine to be connected" &&
         HOST=$TYPED_HOSTNAME
+        echo "This node is configured to connect to the droonga-engine node $ENGINE_HOST."
       fi
     fi
-    echo "This node is configured to connect to the droonga-engine node $ENGINE_HOST."
 
     [ "$HOST" = "Auto Detect" ] &&
       determine_hostname \
-------------- next part --------------
HTML����������������������������...
Download 



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