view deploy/provision.d/200-apache-start.sh @ 1613:90bed4e10cc8 deploy

Download file link
author Chris Cannam
date Wed, 30 Aug 2017 17:24:37 +0100
parents 07deb8466f65
children
line wrap: on
line source
#!/bin/bash

set -e

# Last action: check & start the webserver

apache2ctl configtest

apache2ctl restart