~tribaal/charms/precise/storage/make-local-provider-answer

« back to all changes in this revision

Viewing changes to hooks/hooks

  • Committer: David Britton
  • Date: 2013-12-06 04:26:45 UTC
  • Revision ID: dpb@canonical.com-20131206042645-2t52tg7b0mikgbrr
remove "storage" from front of config options

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
2
set -ue
3
3
 
4
 
provider=$(config-get storage_provider)
 
4
provider=$(config-get provider)
5
5
mount=/mnt/storage
6
6
hook=$(basename $0)
7
7