Please enter the commit message for your changes. Lines starting

with '#' will be ignored, and an empty message aborts the commit.

 Author:    Ethan Alicea <64653625+Tech-Gamer@users.noreply.github.com>

 On branch nwy-wings

 Changes to be committed:
	modified:   server/crash.go
	modified:   system/const.go
This commit is contained in:
Ethan Alicea 2023-09-11 21:35:08 +00:00 committed by GitHub
parent 4390bad36b
commit 096c04e418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ func (s *Server) handleServerCrash() error {
}
s.PublishConsoleOutputFromDaemon("---------- Detected server process in a crashed state! ----------")
s.PublishConsoleOutputFromDaemon("---------- If you need help, please contact Nightway Hosting support. ----------")
s.PublishConsoleOutputFromDaemon("---------- If you need help, please contact Nightway Hosting support at support@nightwayhosting.com or create a support ticket using our website https://nightwayhosting.com ----------")
s.PublishConsoleOutputFromDaemon(fmt.Sprintf("Exit code: %d", exitCode))
s.PublishConsoleOutputFromDaemon(fmt.Sprintf("Out of memory: %t", oomKilled))

View File

@ -1,3 +1,3 @@
package system
var Version = "develop"
var Version = "nwy-wings"