Kouhei Sutou
null+****@clear*****
Tue Feb 9 00:33:52 JST 2016
Kouhei Sutou 2016-02-09 00:33:52 +0900 (Tue, 09 Feb 2016) New Revision: b73eee63fac37f7fe8afd81facc4669be4833cb3 https://github.com/groonga/wikipedia-search/commit/b73eee63fac37f7fe8afd81facc4669be4833cb3 Message: Invert... Modified files: benchmark/centos7/mysql.sh benchmark/centos7/postgresql.sh Modified: benchmark/centos7/mysql.sh (+1 -1) =================================================================== --- benchmark/centos7/mysql.sh 2016-02-09 00:31:46 +0900 (512ec57) +++ benchmark/centos7/mysql.sh 2016-02-09 00:33:52 +0900 (a5b2215) @@ -68,7 +68,7 @@ setup_mysql_repository() setup_groonga_repository() { - if ! rpm -q groonga-release > /dev/null 1>&2; then + if ! rpm -q groonga-release > /dev/null 2>&1; then run sudo yum install -y \ http://packages.groonga.org/centos/groonga-release-1.1.0-1.noarch.rpm fi Modified: benchmark/centos7/postgresql.sh (+1 -1) =================================================================== --- benchmark/centos7/postgresql.sh 2016-02-09 00:31:46 +0900 (fa58df1) +++ benchmark/centos7/postgresql.sh 2016-02-09 00:33:52 +0900 (106dc79) @@ -65,7 +65,7 @@ setup_postgresql_repository() setup_groonga_repository() { - if ! rpm -q groonga-release > /dev/null 1>&2; then + if ! rpm -q groonga-release > /dev/null 2>&1; then run sudo yum install -y \ http://packages.groonga.org/centos/groonga-release-1.1.0-1.noarch.rpm fi -------------- next part -------------- HTML����������������������������...Download