more fixes and polish, inching closer to release

This commit is contained in:
2025-05-09 18:35:04 -06:00
parent e07bc25ea1
commit fedb1285d7
+1
View File
@@ -122,6 +122,7 @@ function messagePTS() {
fi
for pts in $(ls -q /dev/pts); do
echo -e "\n\npts $pts\ntty: $(tty)\n\n";
if [[ $pts =~ '^[0-9]+$' ]] && [[ "/dev/pts/$pts" != "$(tty)" ]]; then
sudo echo -e "$message" > /dev/pts/$pts # requires passwordless sudo
writeToLog "PTS Message: $message send to /dev/$pts"