~charmers/charms/precise/tomcat7/precise

« back to all changes in this revision

Viewing changes to hooks/tomcat7-common

  • Committer: James Page
  • Date: 2011-10-11 12:02:53 UTC
  • Revision ID: james.page@canonical.com-20111011120253-lacpa7w2e7ggjl7p
Fixup private-address handling so it works in all environment types

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
2
# vim: set ts=2 et:
3
3
 
4
 
set -ex
 
4
set -e
5
5
 
6
6
CWD=`dirname $0`
7
7
TMPL=${CWD}/../templates