residentsleeper/docker/entrypoint.sh
Tyler f9512b2485
All checks were successful
continuous-integration/drone/push Build is passing
Move to event loop, prettify warps, add delay to warp with damage counter
2021-06-12 01:29:30 -04:00

12 lines
218 B
Bash

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