aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV.Krishn <vkrishn@insteps.net>2022-12-05 02:10:46 +0530
committerV.Krishn <vkrishn@insteps.net>2022-12-05 02:10:46 +0530
commit978fb82f149f8ff61471fac7d13e0f0129b3ffe4 (patch)
tree7f424a0924123dace040b70ab43df89a01547cec
parent847171aabdcda3a7673b6407b0271c3d839e2642 (diff)
downloadnbreader-978fb82f149f8ff61471fac7d13e0f0129b3ffe4.tar.bz2
add end of commit msg
-rw-r--r--scripts/commit.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/commit.sh b/scripts/commit.sh
index 71599e4..c0a3e5c 100644
--- a/scripts/commit.sh
+++ b/scripts/commit.sh
@@ -40,6 +40,7 @@ commit_feeddir() {
cd $FEEDSDIR
printf "${cBBLUE}Committing -> ${act}:${cNORMAL} $RUNDIR/fetch/$epoch\n"
+ if [ x"$act" = 'xfetchicon' ]; then echo -e ${cBROWN}' ----'${cNORMAL}; fi
# --- fossil ---
# fossil addremove --dotfiles && fossil status
# fossil --user knoppix commit --no-warnings -m "$commitmsg"