mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-07 07:30:23 +03:00
TMP kill -9 urbit in test
This commit is contained in:
parent
60183bded1
commit
6e98bdd3d3
@ -12,7 +12,7 @@ tailproc=$!
|
|||||||
|
|
||||||
shutdown () {
|
shutdown () {
|
||||||
if [ -e ./ship/.vere.lock ]
|
if [ -e ./ship/.vere.lock ]
|
||||||
then kill $(< ./ship/.vere.lock) || true;
|
then kill -9 $(< ./ship/.vere.lock) || true;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
kill "$tailproc" || true;
|
kill "$tailproc" || true;
|
||||||
|
Loading…
Reference in New Issue
Block a user