mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
Egg Entrypoint wrong #378
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xPartyBear on GitHub (Jul 9, 2025).
Originally assigned to: @Boy132 on GitHub.
Current Behavior
When creating an egg from the panel UI, the entrypoint for the install script is set to a array index not a string.
An example is using "bash" from the dropdown, this will put a "0" in the entrypoint of the egg json.
This behavior will cause the install of the server to fail, with no given reason.
Expected Behavior
That the string from this dropdown is used not the index.
0ccb248d91/app/Filament/Admin/Resources/EggResource/Pages/CreateEgg.php (L252)Steps to Reproduce
Panel Version
v1.0.0-beta22
Wings Version
v1.0.0-beta14
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?