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:
parent
c50627867e
commit
5b5c99e6f8
1 changed files with 1 additions and 1 deletions
|
|
@ -851,7 +851,7 @@ def menu_ddrescue(source_path, dest_path, run_mode):
|
||||||
menu_main(state)
|
menu_main(state)
|
||||||
|
|
||||||
# Done
|
# Done
|
||||||
run_program(['tmux', 'kill-window'])
|
tmux_kill_all_panes()
|
||||||
exit_script()
|
exit_script()
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue