~charmers/charms/trusty/hsenidmobile-ctap-sampleapp-sms/trunk

« back to all changes in this revision

Viewing changes to hooks/backend-relation-broken

  • Committer: Malshan Peiris
  • Date: 2014-11-11 13:57:46 UTC
  • Revision ID: malshan@hsenidmobile.com-20141111135746-rlodl1ftt1nuhgrm
Sample sms application with ncs app information advertising capability

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
set -eux
 
3
 
 
4
juju-log "________broke up with $JUJU_REMOTE_UNIT __________"
 
5
juju-log "Trying to execute config changed hook to get default settings"
 
6
. hooks/config-changed
 
7
juju-log "Execution of config changed hook complete"
 
8