mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* 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:
parent
71b2160207
commit
6a68b438b7
2 changed files with 3 additions and 2 deletions
|
@ -26,4 +26,4 @@ elif [ "$1" = "--short" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ -e "$flag" ] && printf "\005{=b bW}(@)\005{-} "
|
[ -e "$flag" ] && printf "\005{=b bW}(@)\005{-} " || exit 0
|
||||||
|
|
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -21,8 +21,9 @@ byobu (2.12) unreleased; urgency=low
|
||||||
* bin/disk_available, bin/disk_used, bin/hostname, bin/ip_address,
|
* bin/disk_available, bin/disk_used, bin/hostname, bin/ip_address,
|
||||||
bin/mem_available, byobu-status: drop grepping of status config file,
|
bin/mem_available, byobu-status: drop grepping of status config file,
|
||||||
source it instead, should improve performance
|
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
|
byobu (2.11-0ubuntu1) karmic; urgency=low
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue