From 8f5e353b20cc89401f5252cba83ebeb10f78f7a1 Mon Sep 17 00:00:00 2001 From: Masaya Suzuki Date: Sat, 4 Mar 2023 07:30:15 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E3=82=92=E9=80=86=E3=81=AB?= =?UTF-8?q?=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 40ab92c..0818d11 100755 --- a/start.sh +++ b/start.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -if (! which mecab) && (grep keywordEnabled config.json | grep -q true); then +if (grep keywordEnabled config.json | grep -q true) && (! which mecab); then echo "You must install MeCab if keywordEnabled is true." exit 1 fi