~mars/charms/precise/memcached/fix-cache-relation-joined

« back to all changes in this revision

Viewing changes to hooks/config-changed

  • Committer: Juan L. Negron
  • Date: 2012-09-14 20:14:21 UTC
  • mfrom: (49.1.1 memcached)
  • Revision ID: juan.negron@canonical.com-20120914201421-inn0xa57xhi2ehi8
Some fixes for things I noticed while reviewing the charm. MP:124280

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
if [ $udp_port -gt 0 ] ; then
152
152
    open-port $udp_port/UDP
153
153
fi
 
154
# In case port changed, inform consumers
 
155
hooks/cache-relation-joined