From 27f5d266c7eacbabadd9f41b406e548763223b2e Mon Sep 17 00:00:00 2001 From: haturatu Date: Wed, 11 Dec 2024 00:37:04 +0900 Subject: fix blank comment check --- lumebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lumebuild.sh b/lumebuild.sh index 25a5072..231dc88 100755 --- a/lumebuild.sh +++ b/lumebuild.sh @@ -73,7 +73,7 @@ if [ $? -eq 0 ]; then $WEBPSH cd $SRC_DIR/$POST_URL_DIR || exit - egrep "^comments:.?.?.?$" "$(ls -tr | tail -1)" + egrep "^comments:" "$(ls -tr | tail -1)" | grep "}" if [ $? -eq 0 ]; then build -- cgit v1.2.3