Fixed hw-diags and ddrescue-tui launchers (again)

This commit is contained in:
2Shirt 2020-01-13 21:59:11 -07:00
parent bff3bbdc86
commit f91df9f4e7
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C
2 changed files with 2 additions and 2 deletions

View file

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

View file

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