Merge pull request #292 from srnyx/patch-1

Apply #262 to Python entrypoint
This commit is contained in:
Michael (Parker) Parker
2025-08-04 15:00:27 -04:00
committed by GitHub
9 changed files with 24 additions and 20 deletions

View File

@@ -12,7 +12,7 @@ export INTERNAL_IP
cd /home/container || exit 1
# Print minetest version
printf "\033[1m\033[33mcontainer@pelican~ \033[0mminetest --version\n"
printf "\033[1m\033[33mcontainer~ \033[0mminetest --version\n"
minetest --version
# Replace Startup Variables
@@ -20,4 +20,4 @@ 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}