mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
scripts/stop.sh: pass "-s INT" to kill.
This commit is contained in:
parent
875304066e
commit
ed82bb9aec
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ PIDFILE="$(pwd)/eosio-ship-trace-reader.pid"
|
|||
if [ -f "$PIDFILE" ]; then
|
||||
pid=$(cat "$PIDFILE")
|
||||
echo $pid
|
||||
kill $pid
|
||||
kill -s INT $pid
|
||||
rm -r "$PIDFILE"
|
||||
echo -ne "Stopping process"
|
||||
while true; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue