workan on da changeport

This commit is contained in:
2025-11-30 05:58:08 -07:00
parent 51881f8579
commit 6afc1d7921
+2 -3
View File
@@ -19,14 +19,13 @@ function subprocess() {
fi
sel=$tty+1
ret="${devarr[$sel]}"
return 0
ret="${devarr[$sel]}" # set dat ret global var here
}
if [ ! -z "$1" ]; then
ret="$1"
else
ret=""
ret="" # make this a global so it can be updootewd from inside function
subprocess
fi