Fixed hw-diags and ddrescue-tui launchers (again)
This commit is contained in:
parent
bff3bbdc86
commit
f91df9f4e7
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ if [[ "$os_name" != "Linux" ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
source ./launch-in-tmux
|
||||
source launch-in-tmux
|
||||
|
||||
SESSION_NAME="ddrescue-tui"
|
||||
WINDOW_NAME="ddrescue TUI"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
## Wizard Kit: HW Diagnostics Launcher
|
||||
|
||||
source ./launch-in-tmux
|
||||
source launch-in-tmux
|
||||
|
||||
SESSION_NAME="hw-diags"
|
||||
WINDOW_NAME="Hardware Diagnostics"
|
||||
|
|
|
|||
Loading…
Reference in a new issue