Fixed hw-diags and ddrescue-tui launchers

This commit is contained in:
2Shirt 2020-01-13 18:23:17 -07:00
parent 28d9085231
commit 0a7fedd9c5
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C
2 changed files with 2 additions and 2 deletions

View file

@ -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 "$@"

View file

@ -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 "$@"