Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8005cfa7 authored by David Drysdale's avatar David Drysdale
Browse files

Warn that reboot might be needed after setting IDs

Test: compile
Change-Id: Iac93f6a60df7e1a9f89183deabb37e0efc16df91
parent ef1a559b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -247,6 +247,7 @@ int main(int argc, char** argv) {
        return EXIT_FAILURE;
    } else {
        printf("done\n");
        printf("\nNOTE: device reboot may be required before changes take effect.\n");
        return EXIT_SUCCESS;
    }
}