summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2012-12-21 16:54:56 +0100
committerJan Pokorný <jpokorny@redhat.com>2012-12-21 16:54:56 +0100
commitcfe700b6156da71eedfd0a4c75328c9863ff1bdf (patch)
tree26207c3453097ad32e39141cf146ab6eecb99ea3
parent817498566627385c5942266c1bc4d7d9b45f8b93 (diff)
downloadwatch-bz-cfe700b6156da71eedfd0a4c75328c9863ff1bdf.tar.gz
watch-bz-cfe700b6156da71eedfd0a4c75328c9863ff1bdf.tar.xz
watch-bz-cfe700b6156da71eedfd0a4c75328c9863ff1bdf.zip
inform user about removing the cookie
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-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