Skip to content

Faulty kill command in conan_stop function #1

@junkyhlm

Description

@junkyhlm

I´ve been using your script piece by piece for my own server mostly to learn to be better with shell scripts.
In the function conan_stop you have the kill command exec kill -SIGINT $pid but what i´ve learned is that when using exec the shell terminates after the command so the proper use will be kill -SIGINT $pid without exec

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