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