~gz/juju-ci-tools/repository_windows_charms

« back to all changes in this revision

Viewing changes to vivid/wordpress/hooks/stop

  • Committer: Curtis Hovey
  • Date: 2014-11-18 18:51:33 UTC
  • Revision ID: curtis@canonical.com-20141118185133-tupmay0y05g3a76w
Added vivid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
engine=`cat .web-engine`
 
4
service php5-fpm stop
 
5
service $engine stop