annotate deploy/provision.d/200-apache-start.sh @ 1609:5486a5848ad8 deploy

Load from deploy-source root, not deployed root (consistent with check in prepare.sh)
author Chris Cannam
date Tue, 29 Aug 2017 11:52:36 +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