Exit immediately if this is not an Amazon EC2 instance, and we're not

in debug mode
This commit is contained in:
Dustin Kirkland 2009-02-11 08:15:07 -06:00
commit c28ddb8d13

View file

@ -18,6 +18,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Exit immediately if this is not an Amazon EC2 instance, and we're not
# in debug mode
$(hostname | grep -qs "\.amazonaws\.com$") || [ -r "/tmp/ec2-cost-debug" ]
[ "$?" = "0" ] || exit 0
# Instance Cost Basis
# US Europe