diff options
Diffstat (limited to 'lumebuild.sh')
-rwxr-xr-x | lumebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |