Run remote Topgrades in Tmux

This commit is contained in:
Roey Darwish Dror
2019-06-13 16:43:23 +03:00
parent e5d0f4cbfa
commit 79febd78b5
4 changed files with 38 additions and 13 deletions

View File

@@ -136,7 +136,7 @@ fn run() -> Result<(), Error> {
execute(
&mut report,
remote_topgrade,
|| generic::run_remote_topgrade(run_type, remote_topgrade),
|| generic::run_remote_topgrade(run_type, remote_topgrade, config.run_in_tmux()),
config.no_retry(),
)?;
}