Keep execution of remote topgrades

This commit is contained in:
Roey Darwish Dror
2019-06-17 08:16:08 +03:00
parent e6ea457b9b
commit 5e012a957f

View File

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