On line 21, I've changed "^C" to "quit" in order to stop the server because SIGINT doesn't work in this case.
Modified Factorio Egg for better start script
Updated Stop command
Updated Stop command in order to stop it gracefully
Update Project Zomboid egg stop command
Using ^C forces the server closes and doesn't let it save; quit saves then closes it gracefully
require install logs for bug reports
Co-authored-by: softwarenoob <admin@softwarenoob.com>
* added Telnet Variable
fix: beamng glibc requirements
Update Docker images and rewrite beamng to use github release grabber allowing to specify versions.
forge: clean up and add more debugging
feat(7d2d): allow specifying telnet password
Fix Cloudburst Nukkit download links
fix: add Mohist egg back
fix: magma support for newer versions
fix: code server download url
Mohist was by mistake removed in #1453 PR
Rewrite the egg to support dev and stable versions, together with newer +1.16 installers. Does not rely on their own API latest fetching, because it picks latest Github release that can include old pre-releases.
Fix download url, update Docker images to Yolks and change stop signal.
Backup database and clean up folders on reinstall to minimize unwanted errors for npm modules
default port correction
Allows specifying telnet password and using it. Old version would not start if someone specifies password in the config
Changed bool to boolean
This should be boolean not bool