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

Commit a8934ddc authored by David Drysdale's avatar David Drysdale Committed by Gerrit Code Review
Browse files

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

parents 6d6ff398 8005cfa7
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;
    }
}