~charming-devs/charms/precise/elasticsearch/trunk

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Curtis Hovey
  • Date: 2013-03-20 15:29:01 UTC
  • Revision ID: curtis.hovey@canonical.com-20130320152901-o68rrtwrvnw2vm1i
Update comments and copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
 
set -eux # -x for verbose logging to juju debug-log
 
2
set -eux
3
3
 
4
4
 
5
5
HOME=`dirname $0`