Fixed hw-diags and ddrescue-tui launchers
This commit is contained in:
parent
28d9085231
commit
0a7fedd9c5
2 changed files with 2 additions and 2 deletions
|
|
@ -16,6 +16,6 @@ source ./launch-in-tmux
|
|||
|
||||
SESSION_NAME="ddrescue-tui"
|
||||
WINDOW_NAME="ddrescue TUI"
|
||||
TMUX_CMD="./ddrescue-tui.py"
|
||||
TMUX_CMD="ddrescue-tui.py"
|
||||
|
||||
launch_in_tmux "$@"
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@ source ./launch-in-tmux
|
|||
|
||||
SESSION_NAME="hw-diags"
|
||||
WINDOW_NAME="Hardware Diagnostics"
|
||||
TMUX_CMD="./hw-diags.py"
|
||||
TMUX_CMD="hw-diags.py"
|
||||
|
||||
launch_in_tmux "$@"
|
||||
|
|
|
|||
Loading…
Reference in a new issue