#!/bin/sh
if [ -z "${IPKG_INSTROOT}" ]; then
  echo
  echo "o-------------------------------------------------------------------o"
  echo "| RTPProxy note                                                     |"
  echo "o-------------------------------------------------------------------o"
  echo "| Edit /etc/config/rtpproxy to change basic init configuration.     |"
  echo "o-------------------------------------------------------------=^_^=-o"
  echo
fi
exit 0
