mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* bin/ec2-cost: update location of ec2_version file
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
f949c93890
commit
3d1f6efd7d
2 changed files with 3 additions and 2 deletions
|
@ -38,7 +38,7 @@ done
|
||||||
|
|
||||||
# Exit immediately if this is not an Amazon EC2 instance, we're not
|
# Exit immediately if this is not an Amazon EC2 instance, we're not
|
||||||
# manually turned on, and we're not in force mode
|
# manually turned on, and we're not in force mode
|
||||||
[ -r "/etc/ec2-version" -o -r "$HOME/.screen-profiles/ec2-cost" -o "$FORCE" = "1" ]
|
[ -r "/etc/ec2_version" -o -r "$HOME/.screen-profiles/ec2-cost" -o "$FORCE" = "1" ]
|
||||||
[ "$?" = "0" ] || exit 0
|
[ "$?" = "0" ] || exit 0
|
||||||
|
|
||||||
# Approximate Instance Cost Basis
|
# Approximate Instance Cost Basis
|
||||||
|
|
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -5,8 +5,9 @@ screen-profiles (1.53) unreleased; urgency=low
|
||||||
* motd+shell, screen: clean up temp file
|
* motd+shell, screen: clean up temp file
|
||||||
* bin/users, screen-profiles.1: when counting users, count remote ssh
|
* bin/users, screen-profiles.1: when counting users, count remote ssh
|
||||||
sessions
|
sessions
|
||||||
|
* bin/ec2-cost: update location of ec2_version file
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 29 Apr 2009 18:49:47 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 29 Apr 2009 18:51:17 -0500
|
||||||
|
|
||||||
screen-profiles (1.52-0ubuntu1) karmic; urgency=low
|
screen-profiles (1.52-0ubuntu1) karmic; urgency=low
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue