From a69aeb06c28db5719b1393b14d3d2086e9d66981 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Mon, 18 Aug 2025 19:31:38 -0600 Subject: [PATCH] bugfixan before i end us all --- add-to-export-sh.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add-to-export-sh.txt b/add-to-export-sh.txt index 83939f3..cf7cc1e 100644 --- a/add-to-export-sh.txt +++ b/add-to-export-sh.txt @@ -37,7 +37,7 @@ done if [ $COUNTER -gt 0 ]; then echo -e "\nEnter TTY Number You'd Like:" read tty - ttyselect=$devarr[$tty+1] + ttyselect=$devarr[$tty] else echo -e "\nNo Serial Devices Found, Select one later with 'changeport'\n" fi