Tell user to reboot device after successful flash
This commit is contained in:
parent
32914803f3
commit
78ae82e5a3
1 changed files with 2 additions and 0 deletions
2
nmrp.c
2
nmrp.c
|
@ -491,6 +491,8 @@ int nmrp_do(struct nmrpd_args *args)
|
|||
|
||||
err = 0;
|
||||
|
||||
printf("Reboot your device now.\n");
|
||||
|
||||
out:
|
||||
signal(SIGINT, sigh_orig);
|
||||
gsock = NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue