#!/bin/sh
NR_INSTALL_LOCATION='/usr/lib/newrelic-php5'
export NR_INSTALL_LOCATION
exec ${NR_INSTALL_LOCATION}/newrelic-install.sh "$@"
