#!/bin/bash

# Don't leave system config files in dangerous places
rm -rf "${APP_HOME}/deploy"

/usr/sbin/apache2ctl -k start -D FOREGROUND
