#!/bin/sh

mkdir -p /var/log/endPointMonitor
chown -R endPointMonitor:endPointMonitor /opt/smnt/endPointMonitor
chown endPointMonitor:endPointMonitor /var/log/endPointMonitor
ln -sf /opt/smnt/endPointMonitor/releases/EndPointMonitor-0.4.3.2.war /opt/smnt/endPointMonitor/EndPointMonitor.war
ln -sf /opt/

