#!/bin/sh
if [ -f /var/www/override.ini ]; then
ln -s /var/www/override.ini /usr/local/etc/php/conf.d/02-project-override.ini
fi