Skip to content

Commit

Permalink
Update minetest to luanti
Browse files Browse the repository at this point in the history
  • Loading branch information
danny6167 authored Jan 25, 2025
1 parent 2907f1a commit 5358223
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions games/minetest/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ export INTERNAL_IP
cd /home/container || exit 1

# Print minetest version
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0mminetest --version\n"
minetest --version
printf "\033[1m\033[33mcontainer@pterodactyl~ \033[0mluanti --version\n"
luanti --version

# Replace Startup Variables
MODIFIED_STARTUP=$(echo -e ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')
echo -e ":/home/container$ ${MODIFIED_STARTUP}"

# Run the Server
eval ${MODIFIED_STARTUP}
eval ${MODIFIED_STARTUP}

0 comments on commit 5358223

Please sign in to comment.