mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-03 12:42:48 +03:00
parent
76cd934864
commit
829d402dc9
@ -12,7 +12,7 @@ tailproc=$!
|
||||
|
||||
shutdown () {
|
||||
if [ -e ./ship/.vere.lock ]
|
||||
then kill -9 $(< ./ship/.vere.lock) || true;
|
||||
then kill $(< ./ship/.vere.lock) || true;
|
||||
fi
|
||||
|
||||
kill "$tailproc" || true;
|
||||
|
Loading…
Reference in New Issue
Block a user