Skip to content

Faulty kill command in conan_stop function #1

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

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