Skip to content

Commit

Permalink
chore(launchpad): we reset but do not start nodes after username change
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzi authored and jacderida committed Oct 2, 2024
1 parent 74a3556 commit f94f632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-launchpad/src/components/status.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ impl Component for Status {
self.lock_registry = Some(LockRegistryState::ResettingNodes);
info!("Resetting safenode services because the Discord Username was reset.");
let action_sender = self.get_actions_sender()?;
reset_nodes(action_sender, true);
reset_nodes(action_sender, false);
}
}
Action::StoreStorageDrive(ref drive_mountpoint, ref _drive_name) => {
Expand Down

0 comments on commit f94f632

Please sign in to comment.