YUKI Hiroshi
null+****@clear*****
Tue Sep 16 13:01:42 JST 2014
YUKI Hiroshi 2014-09-16 13:01:42 +0900 (Tue, 16 Sep 2014) New Revision: 9edbe307610877195eb18ff272554049dee4da11 https://github.com/droonga/droonga-engine/commit/9edbe307610877195eb18ff272554049dee4da11 Message: Show more meaningful prompt message for detection of the hostname Modified files: install.sh Modified: install.sh (+3 -3) =================================================================== --- install.sh 2014-09-16 12:49:53 +0900 (c5d43fe) +++ install.sh 2014-09-16 13:01:42 +0900 (69bb97b) @@ -62,10 +62,10 @@ setup_configuration_directory() { if [ ! -e $DROONGA_BASE_DIR/catalog.json -o \ ! -e $DROONGA_BASE_DIR/$NAME.yaml ]; then - [ "$HOST" != "Auto Detect" ] && + [ "$HOST" = "Auto Detect" ] && determine_hostname \ - "Which is the host that the initial replica for this node?" \ - "Enter the host name or IP address of the inital replica for this node" && + "If this node has a global host name or a global IP address, then choose \"Manual Input\" and type it. Otherwise, choose a preferred IP address which can be accessed from other nodes." \ + "Enter a global host name or a global IP address for this node" && HOST=$DETERMINED_HOSTNAME fi -------------- next part -------------- HTML����������������������������...Download