pelican-eggs / yolks

Docker images designed for use with Pterodactyl's Egg system.
MIT License
92 stars 249 forks source link

Remove `eval echo "$(cat -)"` #260

Closed srnyx closed 2 months ago

srnyx commented 2 months ago

Description

Pull request #259 was supposed to fix complex startup commands that used if statements, but it didn't work. I tested this new fix on a local/private docker image and it works! Doesn't seem like eval echo "$(cat -)" was needed as everything still works as expected. Not exactly sure what it does to be honest as it just seems to echo the startup command after parsing, but was causing errors with if-then statements.

All Submissions: