summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2025-02-24 19:13:42 +0900
committerhaturatu <taro@eyes4you.org>2025-02-24 19:13:42 +0900
commit0b8c90266e2656eace04e9ef9895141e58729d01 (patch)
tree7c55f4dcb3fbbf47c06a54a990f2c79beaeb2e67
parent5cf88c288e871a56ffa0e3fcd87ee63224e1a613 (diff)
fix: 反転演算子にし忘れていたので修正HEADmain
-rwxr-xr-xlumebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lumebuild.sh b/lumebuild.sh
index 26d678e..7a3d554 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 -E "^comments:" "$(ls -tr | tail -1)" | grep -qi "}" ; then
+ if ! grep -A 1 -E "^comments:" "$(ls -tr | tail -1)" | grep -qi "}" ; then
if [ "$FEDI_CMT" = "y" ]; then
fedi_posts
git_commit