pelican-eggs / eggs

Service eggs for the pterodactyl panel
MIT License
2.88k stars 2.32k forks source link

Sinusbot: Rewriting config.ini on every restart #708

Closed kubo6472 closed 4 years ago

kubo6472 commented 4 years ago

Panel Version: 1.0.0-rc.6 Daemon Version: 1.0.0-rc.6 Service: SinusBot Modified: no

Expected Behavior: It keeps the config I set.

Actual Behavior: After pulling the image, it inserts some values into the config file (only when non-empty), making sinusbot use default values from elsewhere. image

Steps to Reproduce: Changed ListenHost in config.ini to reflect the actual host.

gOOvER commented 4 years ago

It's a Bug in RC1.0 Daemon . See: https://github.com/pterodactyl/panel/issues/2393

And it's normal, tht the config will rewritten on every restart ;)

kubo6472 commented 4 years ago

Thanks, will follow that issue then.