YUKI Hiroshi
null+****@clear*****
Tue Sep 16 18:17:51 JST 2014
YUKI Hiroshi 2014-09-16 18:17:51 +0900 (Tue, 16 Sep 2014) New Revision: d71d2ff7898945e3fcc5dd2267d50cb97f6242a6 https://github.com/droonga/droonga-engine/commit/d71d2ff7898945e3fcc5dd2267d50cb97f6242a6 Message: Get FQDN correctly Modified files: install.sh Modified: install.sh (+1 -1) =================================================================== --- install.sh 2014-09-16 18:08:54 +0900 (e95c2a0) +++ install.sh 2014-09-16 18:17:51 +0900 (4db1971) @@ -100,7 +100,7 @@ setup_configuration_directory() { guess_global_hostname() { if hostname -d > /dev/null 2>&1; then domain=$(hostname -d) - hostname=$(hostname) + hostname=$(hostname -s) if [ "$domain" != "" ]; then echo "$hostname.$domain" return 0 -------------- next part -------------- HTML����������������������������... 下載