From 78ae82e5a37353c2b812aefaa9a3a72be07e474a Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Fri, 12 Feb 2016 13:24:35 +0100 Subject: [PATCH] Tell user to reboot device after successful flash --- nmrp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nmrp.c b/nmrp.c index 6b42c5e..5db2ddd 100644 --- a/nmrp.c +++ b/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;