~sinzui/juju-ci-tools/repository

« back to all changes in this revision

Viewing changes to xenial/wordpress/hooks/cache-relation-departed

  • Committer: Curtis Hovey
  • Date: 2015-11-06 15:43:36 UTC
  • Revision ID: curtis@hovey.name-20151106154336-soncn5peue27jtr0
Added xenial.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
set -eu
 
4
 
 
5
source inc/common
 
6
 
 
7
if [ ! -f .memcache ]; then
 
8
        juju-log "I guess we've already done this..."
 
9
        exit 0
 
10
fi
 
11
 
 
12
rm -f .memcache
 
13
 
 
14
juju-log "Fairwell memcache, fairwell memcache"
 
15
 
 
16
. hooks/config-changed