diff --git a/src/steps/tmux.rs b/src/steps/tmux.rs index 32e7056f..381bb6ef 100644 --- a/src/steps/tmux.rs +++ b/src/steps/tmux.rs @@ -85,7 +85,7 @@ pub fn run_in_tmux() -> ! { pub fn run_remote_topgrade(hostname: &str, ssh: &Path) -> Result<(), Error> { let command = format!( - "{ssh} -t {hostname} env TOPGRADE_PREFIX={hostname} topgrade", + "{ssh} -t {hostname} env TOPGRADE_PREFIX={hostname} TOPGRADE_KEEP_END=1 topgrade", ssh = ssh.display(), hostname = hostname );