Skip to content

[Function] fn_details pid variable missing #526

@zaggash

Description

@zaggash

Hello,

in the file fn_details the variable 'pid' is missing in "fn_details_source()" .
Which leads to a false information return by "fn_details_statusbottom()" while running "./csgoserver details"

if I add :
pid=$(tmux list-sessions 2>&1 | awk '{print $1}' | grep -Ec "^${servicename}:")

just under "fn_details_source(){" line 374 it solved the issue.

I sent a pull request "Fix fn_details_statusbottom in fn_details_source() #527"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions