Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
[2.1.1] Launcher adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Akkadius committed Jan 3, 2023
1 parent 0c25801 commit fcf9f5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.1]

* Launcher adjustment to not grep for process name of "admin" when detecting if the launcher is booted

## [2.1.0]

* Add launcher support for running statics
Expand Down
1 change: 0 additions & 1 deletion app/core/server-process-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ module.exports = {
*/
if (
proc.cmd.includes('server-launcher') &&
proc.cmd.includes('admin') &&
parseInt(proc.pid) !== parseInt(systemProc.pid) &&
!proc.cmd.includes('while')
) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eqemu-admin",
"version": "2.1.0",
"version": "2.1.1",
"private": true,
"bin": "./app/bin/admin",
"scripts": {
Expand Down

0 comments on commit fcf9f5d

Please sign in to comment.