#!/bin/sh

getent passwd endPointMonitor > /dev/null 2>&1 || adduser -D endPointMonitor
mkdir -p /opt/smnt/endPointMonitor/config
mkdir -p /opt/smnt/endPointMonitor/releases
mkdir -p /opt/smnt/endPointMonitor/setup
chown -R endPointMonitor:endPointMonitor /opt/smnt/endPointMonitor

