Replies: 2 comments 1 reply
-
I think just killing the |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jeanp413 , thanks for the reply, let me try |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm creating a shell script to upgrading existing
openvscode-server
to latest version, I'm pretty closed to complete.Right now, I'm able to get latest version from github, and running server version, compare version, download/extract/start the server
the problem i have is to stop existing server, i can use
kill -9 pid
but that only stops the shell process forbin/openvscode-server
script, the spwnednode
processes, andextension
processes are still thereso my question is how to properly shutdown the server, and all the spawned processed, using shell script
thank you!
Beta Was this translation helpful? Give feedback.
All reactions