[Groonga-commit] groonga/wikipedia-search at 5297c41 [master] Fix order

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Nov 6 13:14:14 JST 2016


Kouhei Sutou	2016-11-06 13:14:14 +0900 (Sun, 06 Nov 2016)

  New Revision: 5297c4140ddf834a1f0c18161633603b3bde9551
  https://github.com/groonga/wikipedia-search/commit/5297c4140ddf834a1f0c18161633603b3bde9551

  Message:
    Fix order

  Modified files:
    benchmark/centos7/postgresql.sh

  Modified: benchmark/centos7/postgresql.sh (+1 -1)
===================================================================
--- benchmark/centos7/postgresql.sh    2016-11-06 13:11:22 +0900 (14f57fa)
+++ benchmark/centos7/postgresql.sh    2016-11-06 13:14:14 +0900 (4450267)
@@ -144,7 +144,7 @@ restart_postgresql()
 
 setup_postgresql()
 {
-  if type systemctl 2>&1 > /dev/null; then
+  if type systemctl > /dev/null 2>&1; then
     run sudo -H \
         env PGSETUP_INITDB_OPTIONS="--locale=C --encoding=UTF-8" \
         /usr/pgsql-${pg_version}/bin/postgresql${pg_version_short}-setup initdb
-------------- next part --------------
HTML����������������������������...
Download 



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