YUKI Hiroshi
null+****@clear*****
Wed Apr 1 13:31:36 JST 2015
YUKI Hiroshi 2015-04-01 13:31:36 +0900 (Wed, 01 Apr 2015) New Revision: 69f7d5df2216c0ca1535cb7db42c316912a14bd4 https://github.com/droonga/droonga-engine/commit/69f7d5df2216c0ca1535cb7db42c316912a14bd4 Message: Run curl silently Modified files: install.sh install/centos/functions.sh install/debian/functions.sh Modified: install.sh (+2 -2) =================================================================== --- install.sh 2015-03-31 18:45:54 +0900 (1b9a2d5) +++ install.sh 2015-04-01 13:31:36 +0900 (1fdfe19) @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Droonga Project +# Copyright (C) 2014-2015 Droonga Project # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -347,7 +347,7 @@ install() { exit 1 fi - curl -o $TEMPDIR/functions.sh $(download_url "install/$PLATFORM/functions.sh") + curl -s -o $TEMPDIR/functions.sh $(download_url "install/$PLATFORM/functions.sh") if ! source $TEMPDIR/functions.sh; then echo "ERROR: Failed to download post-installation script!" exit 1 Modified: install/centos/functions.sh (+2 -2) =================================================================== --- install/centos/functions.sh 2015-03-31 18:45:54 +0900 (3f5ed34) +++ install/centos/functions.sh 2015-04-01 13:31:36 +0900 (b165c06) @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Droonga Project +# Copyright (C) 2014-2015 Droonga Project # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -20,7 +20,7 @@ register_service() { #TODO: we should migrate to systemd in near future... - curl -o /etc/rc.d/init.d/$NAME $(download_url "install/centos/$NAME") + curl -s -o /etc/rc.d/init.d/$NAME $(download_url "install/centos/$NAME") if [ $? -ne 0 ]; then echo "ERROR: Failed to download service script!" exit 1 Modified: install/debian/functions.sh (+2 -2) =================================================================== --- install/debian/functions.sh 2015-03-31 18:45:54 +0900 (5d754b4) +++ install/debian/functions.sh 2015-04-01 13:31:36 +0900 (e5a3e59) @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Droonga Project +# Copyright (C) 2014-2015 Droonga Project # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -18,7 +18,7 @@ register_service() { local USER=$2 local GROUP=$3 - curl -o /etc/init.d/$NAME $(download_url "install/debian/$NAME") + curl -s -o /etc/init.d/$NAME $(download_url "install/debian/$NAME") if [ $? -ne 0 ]; then echo "ERROR: Failed to download service script!" exit 1 -------------- next part -------------- HTML����������������������������... ダウンロード