pelican-eggs / eggs

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

Fix - The Forest #2883

Closed ImKringle closed 5 months ago

ImKringle commented 5 months ago

Description

As of now the File parse type reads both the serverPassword and serverPasswordAdmin section of the config.cfg as just the main server password. Doing this causes a crash on startup as two sections of the config are the same thing

This edit changes it to not include the serverPasswordAdmin in the config and instead sets it in the Startup Command

This edit is for:

  1. Removes serverPasswordAdmin from config creation on install
  2. Adds -serverPasswordAdmin {{ADMIN_PASS}} to startup
  3. Removes serverPasswordAdmin from the configuration files section of the egg

Checklist for all submissions

ImKringle commented 5 months ago

erm.. okay this for some reason includes my PR for #2869 - Lemme fix that >.>