From fd4f551852b8709211889d85f0d5dc78af558503 Mon Sep 17 00:00:00 2001 From: hPrnicessPi3 Date: Fri, 9 May 2025 18:36:38 -0600 Subject: [PATCH] more fixes and polish, inching closer to release --- esp-idf-tools-cmd.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/esp-idf-tools-cmd.sh b/esp-idf-tools-cmd.sh index 7704289..0e8f5fe 100644 --- a/esp-idf-tools-cmd.sh +++ b/esp-idf-tools-cmd.sh @@ -121,6 +121,8 @@ function messagePTS() { message="Something happening! Maybe a shutdown!" fi + echo -e "\n\npts $(ls -q /dev/pts)\n\n" + for pts in $(ls -q /dev/pts); do if [[ $pts =~ '^[0-9]+$' ]] && [[ "/dev/pts/$pts" != "$(tty)" ]]; then echo -e "\n\npts running $pts\ntty running: $(tty)\n\n";