~brunogirin/charms/precise/python-django/repos-branch

« back to all changes in this revision

Viewing changes to hooks/config-changed

  • Committer: Patrick Hetu
  • Date: 2012-07-06 16:02:20 UTC
  • Revision ID: patrick.hetu@gmail.com-20120706160220-wsrgu3l69dk4a6k5
Stop on error in hooks and minor changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
 
2
set -e
2
3
 
3
4
UNIT_NAME=`echo $JUJU_UNIT_NAME | cut -d/ -f1`
4
5