switch-to-configuration-ng: Die less (#541424)

This commit is contained in:
Janne Heß
2026-07-15 12:04:01 +00:00
committed by GitHub
@@ -2376,7 +2376,7 @@ won't take effect until you reboot the system.
match logind.list_users() {
Err(err) => {
eprintln!("Unable to list users with logind: {err}");
die();
exit_code = 4;
}
Ok(users) => {
for (uid, name, user_dbus_path) in users {