view deploy/provision.d/200-apache-start.sh @ 1628:9c5f8e24dadc live tip

Quieten this cron script
author Chris Cannam
date Tue, 25 Aug 2020 11:38:49 +0100
parents 07deb8466f65
children
line wrap: on
line source
#!/bin/bash

set -e

# Last action: check & start the webserver

apache2ctl configtest

apache2ctl restart