Mercurial > hg > soundsoftware-site
annotate deploy/provision.d/200-apache-start.sh @ 1621:3a510bf6a9bc
Merge from live branch
author | Chris Cannam |
---|---|
date | Fri, 13 Jul 2018 10:44:33 +0100 |
parents | 07deb8466f65 |
children |
rev | line source |
---|---|
Chris@1581 | 1 #!/bin/bash |
Chris@1581 | 2 |
Chris@1581 | 3 set -e |
Chris@1581 | 4 |
Chris@1601 | 5 # Last action: check & start the webserver |
Chris@1601 | 6 |
Chris@1601 | 7 apache2ctl configtest |
Chris@1589 | 8 |
Chris@1581 | 9 apache2ctl restart |
Chris@1581 | 10 |