bug fixes for bash

This commit is contained in:
2025-08-18 18:20:47 -06:00
parent 6232bf8e3c
commit c2768e28a4
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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+1]
else
echo -e "\nNo Serial Devices Found, Select one later with 'changeport'\n"
fi