annotate extra/soundsoftware/scripted-deploy/vagrant/provision.d/110-apache-start.sh @ 1581:ae8043b014c7 dockerise

Updates, fixes, and tidying to scripted deployment stuff
author Chris Cannam
date Tue, 15 Aug 2017 13:33:56 +0100
parents
children
rev   line source
Chris@1581 1 #!/bin/bash
Chris@1581 2
Chris@1581 3 set -e
Chris@1581 4
Chris@1581 5 apache2ctl restart
Chris@1581 6