Updated hw-diags and ddrescue-tui

* Removed relative paths
This commit is contained in:
2Shirt 2020-01-16 19:40:57 -07:00
parent 65284860fb
commit efac71eb63
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"