Skip to content

pidfile messed up #151

Description

@shakeyourbunny

The pidfile with the screen is being messed up with zombie screens, if the bukkit server is not instantanous "ready" and fails subsequently to start the whole thing up.

Solution:

is_running() { 
...
if [ -r "$pidfile" ]
then
     screen -wipe >/dev/null     # add this line

This will clean up the messed pidfile.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions