#!/bin/sh

cd "${INSTALL_PATH}"

java -jar rtmconfig.jar "${INSTALL_PATH}"
rm -f rtmconfig.jar

exit 0