OpenRCT2-Pterodactyl/entrypoint.sh

9 lines
225 B
Bash
Raw Normal View History

2020-12-18 18:21:58 +00:00
#!/bin/bash
cd /home/container
# Replace Startup Variables
MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')`
echo ":/home/container$ ${MODIFIED_STARTUP}"
# Run the Server
${MODIFIED_STARTUP}