~charmers/charms/precise/openerp-server/trunk

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Patrick Hetu
  • Date: 2012-03-20 14:16:33 UTC
  • Revision ID: patrick.hetu@gmail.com-20120320141633-zaesdiwtpauj3esm
fix start, stop hooks

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
2
 
 
3
set -eu # -x for verbose logging to juju debug-log
 
4
 
3
5
ORIGIN=$(config-get origin)
4
6
VERSION=$(config-get version)
5
7