#!/bin/bash
#
# VERSION=3

if [ -x /usr/local/php/update-interfaces.bin ]; then
	/usr/bin/env -i bash -c "/usr/local/php/update-interfaces.bin $1 $2 $3 $4 $5"
else
	/usr/bin/env -i bash -c "/usr/fallback/update-interfaces.bin $1 $2 $3 $4 $5"
fi
