summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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