~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to scripts/clear-cache

  • Committer: Aaron Bentley
  • Date: 2013-02-12 18:57:02 UTC
  • mfrom: (149 charmworld)
  • mto: This revision was merged to the branch mainline in revision 150.
  • Revision ID: aaron@canonical.com-20130212185702-9gnf40ao17a7uw7v
Merged trunk into mongo-urls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
2
 
 
3
# Copyright 2012, 2013 Marco Ceppi, Canonical Ltd.  This software is
 
4
# licensed under the GNU Affero General Public License version 3 (see
 
5
# the file LICENSE).
 
6
 
3
7
sudo rm -Rf /var/cache/www/*
4
8
sudo rm -Rf /var/cache/www-tmp/*
5
9
sudo service nginx reload