* bin/reboot-required: don't exit 1 when a reboot is not required

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-06-16 17:42:28 -05:00
commit 6a68b438b7
2 changed files with 3 additions and 2 deletions

View file

@ -26,4 +26,4 @@ elif [ "$1" = "--short" ]; then
exit 0
fi
[ -e "$flag" ] && printf "\005{=b bW}(@)\005{-} "
[ -e "$flag" ] && printf "\005{=b bW}(@)\005{-} " || exit 0

3
debian/changelog vendored
View file

@ -21,8 +21,9 @@ byobu (2.12) unreleased; urgency=low
* bin/disk_available, bin/disk_used, bin/hostname, bin/ip_address,
bin/mem_available, byobu-status: drop grepping of status config file,
source it instead, should improve performance
* bin/reboot-required: don't exit 1 when a reboot is not required
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 16 Jun 2009 17:20:46 -0500
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 16 Jun 2009 17:41:35 -0500
byobu (2.11-0ubuntu1) karmic; urgency=low