mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 21:02:01 +03:00
exit cleanly if $galaxy is already running (fake or real)
This commit is contained in:
parent
14a718d14d
commit
449b2c1a5d
@ -414,7 +414,7 @@ _ames_io_start()
|
|||||||
uL(fprintf(uH,
|
uL(fprintf(uH,
|
||||||
" ...perhaps you've got two copies of vere running?\n"));
|
" ...perhaps you've got two copies of vere running?\n"));
|
||||||
}
|
}
|
||||||
exit(1);
|
u3_lo_bail();
|
||||||
}
|
}
|
||||||
|
|
||||||
uv_udp_getsockname(&sam_u->wax_u, (struct sockaddr *)&add_u, &add_i);
|
uv_udp_getsockname(&sam_u->wax_u, (struct sockaddr *)&add_u, &add_i);
|
||||||
|
Loading…
Reference in New Issue
Block a user