comparison deploy/provision.d/200-apache-start.sh @ 1589:94669513c53c dockerise

Docs etc
author Chris Cannam
date Thu, 17 Aug 2017 13:56:15 +0100
parents 9149f2098413
children 07deb8466f65
comparison
equal deleted inserted replaced
1588:9149f2098413 1589:94669513c53c
1 #!/bin/bash 1 #!/bin/bash
2 2
3 set -e 3 set -e
4 4
5 # Last action: start the webserver
6
5 apache2ctl restart 7 apache2ctl restart
6 8