mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-22 20:41:18 +00:00
Use the KILL signal when killing the server
This commit is contained in:
parent
19d82caec4
commit
50d8a55d3f
@ -40,7 +40,7 @@ start_server() {
|
||||
|
||||
stop_server() {
|
||||
if [[ ${SERVER_PID} > 0 ]] ; then
|
||||
kill ${SERVER_PID}
|
||||
kill -9 ${SERVER_PID}
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user