Remove @pterodactyl from container@pterodactyl

This commit is contained in:
srnyx
2025-03-16 00:08:35 -04:00
parent 883aef96dd
commit 4433174569
9 changed files with 16 additions and 16 deletions

View File

@@ -12,7 +12,7 @@ export INTERNAL_IP
cd /home/container || exit 1
# Print minetest version
printf "\033[1m\033[33mcontainer@pterodactyl~ \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}