Mercurial > hg > soundsoftware-site
annotate deploy/provision.d/200-apache-start.sh @ 1600:ed9c467ef922 dockerise
Add hggit extension
author | Chris Cannam |
---|---|
date | Wed, 23 Aug 2017 11:32:50 +0100 |
parents | 94669513c53c |
children | 07deb8466f65 |
rev | line source |
---|---|
Chris@1581 | 1 #!/bin/bash |
Chris@1581 | 2 |
Chris@1581 | 3 set -e |
Chris@1581 | 4 |
Chris@1589 | 5 # Last action: start the webserver |
Chris@1589 | 6 |
Chris@1581 | 7 apache2ctl restart |
Chris@1581 | 8 |