Eject before we stop the network node.

This commit is contained in:
Sean Bowe 2016-09-24 01:07:14 -06:00
parent d7727c8309
commit 51f018e8c4
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 2 additions and 0 deletions

View File

@ -190,6 +190,8 @@ fn main() {
drop(stage3_before);
drop(stage3_after);
eject();
loop {
prompt("Done! You can now destroy the other machine. :)");
}