diff options
-rwxr-xr-x | lumebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |