diff --git a/scripts/ddrescue-tui b/scripts/ddrescue-tui index acfb315b..3f648b66 100755 --- a/scripts/ddrescue-tui +++ b/scripts/ddrescue-tui @@ -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" diff --git a/scripts/hw-diags b/scripts/hw-diags index c6c5f4f1..16684630 100755 --- a/scripts/hw-diags +++ b/scripts/hw-diags @@ -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"