summaryrefslogtreecommitdiff
path: root/lumebuild.sh
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2024-12-12 18:03:47 +0900
committerhaturatu <taro@eyes4you.org>2024-12-12 18:03:47 +0900
commit5743afcaa5f8d6d60e70b19a3794f8eb7742c80d (patch)
tree17ce07ee1242675afa898c0c93041b8bba47eb58 /lumebuild.sh
parent27f5d266c7eacbabadd9f41b406e548763223b2e (diff)
wip
Diffstat (limited to 'lumebuild.sh')
-rwxr-xr-xlumebuild.sh13
1 files changed, 7 insertions, 6 deletions
diff --git a/lumebuild.sh b/lumebuild.sh
index 231dc88..a1f5abb 100755
--- a/lumebuild.sh
+++ b/lumebuild.sh
@@ -76,15 +76,16 @@ if [ $? -eq 0 ]; then
egrep "^comments:" "$(ls -tr | tail -1)" | grep "}"
if [ $? -eq 0 ]; then
- build
- exit 0
- else
if [ "$FEDI_CMT" = "y" ]; then
- fedi_posts
- git_commit
- build
+ fedi_posts
+ git_commit
+ build
fi
+ else
+ build
+ exit 0
fi
else
exit 1
fi
+