Merge "Warn that reboot might be needed after setting IDs" into main

This commit is contained in:
David Drysdale 2024-04-17 17:12:08 +00:00 committed by Gerrit Code Review
commit a8934ddc26

View file

@ -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;
}
}