summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xwatch-bz4
1 files changed, 2 insertions, 2 deletions
diff --git a/watch-bz b/watch-bz
index ccf899b..5a75544 100755
--- a/watch-bz
+++ b/watch-bz
@@ -23,7 +23,7 @@ BUGZILLA_COOKIE=~/.watchbzcookies
BUGZILLA_LOGOUT=1
# example defaults, modify via ~/.watchbzrc
-COMPONENT=luci,ricci,clustermon,conga,sunzi
+COMPONENT=luci,ricci,clustermon,conga
STATUS=OPEN
REFRESH_INTERVAL=600 # [s], better not to drain bugzilla's power...
@@ -62,7 +62,7 @@ fi
do_logout () {
- rm "${BUGZILLA_COOKIE}"
+ rm "${BUGZILLA_COOKIE}" && echo "watch-bz: Authorization cookie removed"
}
# exclusively using globals