RestoreMonarchy / pterodactyl-valheim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install script is wrong in egg file

lilmayu opened this issue · comments

In commit f058c7d there is change in JSON egg - in "script" section. In there, there is just code for start_server.sh, not an actual install script for a pterodactyl. It will cause the container to just freeze in the "Install" phase and nothing will happen.

  • Simple workaround is to use JSON egg from commit 6f2990b with start_server.sh from #2 and it works perfectly.

Can you make a pull request?

Done, #6

Thanks