Mercurial > hg > soundsoftware-site
annotate deploy/provision.d/200-apache-start.sh @ 1591:63650ae64bf2 dockerise
Fix occasional autoscroll truncation problem
author | Chris Cannam |
---|---|
date | Fri, 18 Aug 2017 13:04:09 +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 |