From 5cf88c288e871a56ffa0e3fcd87ee63224e1a613 Mon Sep 17 00:00:00 2001 From: haturatu Date: Mon, 24 Feb 2025 01:59:35 +0900 Subject: =?UTF-8?q?fix:=20Fediverse=E3=81=AB=E6=8A=95=E7=A8=BF=E3=81=99?= =?UTF-8?q?=E3=82=8B=E6=9D=A1=E4=BB=B6=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lumebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lumebuild.sh b/lumebuild.sh index 57450d2..26d678e 100755 --- a/lumebuild.sh +++ b/lumebuild.sh @@ -74,7 +74,7 @@ if [ $? -eq 0 ]; then cd $SRC_DIR/$POST_URL_DIR || exit - if ! grep -A 1 -Eqi "^comments:" "$(ls -tr | tail -1)" | grep "}" ; then + if grep -A 1 -E "^comments:" "$(ls -tr | tail -1)" | grep -qi "}" ; then if [ "$FEDI_CMT" = "y" ]; then fedi_posts git_commit -- cgit v1.2.3