Don't kill current tmux session from ddrescue-tui

* Just kill the panes and let launch-in-tmux handle the session
This commit is contained in:
2Shirt 2019-06-12 15:48:11 -06:00
parent c50627867e
commit 5b5c99e6f8
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -851,7 +851,7 @@ def menu_ddrescue(source_path, dest_path, run_mode):
menu_main(state)
# Done
run_program(['tmux', 'kill-window'])
tmux_kill_all_panes()
exit_script()