mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* bin/hostname: hostname -s fails sometimes, it seems
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
da65a2847c
commit
7f48b9228b
2 changed files with 3 additions and 2 deletions
|
@ -20,4 +20,4 @@
|
|||
at=
|
||||
grep -qs "^whoami=1$" "$HOME/.screen-profiles/status" && at="@"
|
||||
|
||||
printf "\005{=b }%s%s\005{-}" "$at" $(hostname -s)
|
||||
printf "\005{=b }%s%s\005{-}" "$at" $(hostname -s 2>/dev/null || hostname)
|
||||
|
|
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,8 +1,9 @@
|
|||
screen-profiles (1.51) unreleased; urgency=low
|
||||
|
||||
* bin/cpu-freq: only print cpu-freq if available
|
||||
* bin/hostname: hostname -s fails sometimes, it seems
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 24 Apr 2009 09:22:16 -0500
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 25 Apr 2009 10:27:22 -0500
|
||||
|
||||
screen-profiles (1.50-0ubuntu1) jaunty; urgency=low
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue