#!/bin/bash -e

OVERRRIDE='/etc/init/nginx.conf.override'

[ -e $OVERRRIDE ] && rm $OVERRRIDE

exit 0

