more fixes and polish, inching closer to release

This commit is contained in:
2025-05-09 18:36:38 -06:00
parent 0394cfd12c
commit fd4f551852
+2
View File
@@ -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";