* bin/ec2-cost: update location of ec2_version file

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-04-29 18:51:41 -05:00
commit 3d1f6efd7d
2 changed files with 3 additions and 2 deletions

View file

@ -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
View file

@ -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