#!/bin/sh
if [ -z "$SERVER_PATH" ]; then
SERVER_PATH="/data"
fi
SCRIPT_PATH="$SERVER_PATH/scripts"
if [ -d "/scripts" ]; then
SCRIPT_PATH="/scripts"
/usr/bin/sleeper -dir $SERVER_PATH -scriptPath $SCRIPT_PATH "$@"