diff options
| -rw-r--r-- | common/recipes-bsp/amt/lms/0004-Intel-AMT-ME-real-time-notification-infra.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-bsp/amt/lms/0004-Intel-AMT-ME-real-time-notification-infra.patch b/common/recipes-bsp/amt/lms/0004-Intel-AMT-ME-real-time-notification-infra.patch index 6866705a..04f584ae 100644 --- a/common/recipes-bsp/amt/lms/0004-Intel-AMT-ME-real-time-notification-infra.patch +++ b/common/recipes-bsp/amt/lms/0004-Intel-AMT-ME-real-time-notification-infra.patch | |||
| @@ -1672,7 +1672,7 @@ index 0000000..06bfd97 | |||
| 1672 | --- /dev/null | 1672 | --- /dev/null |
| 1673 | +++ b/src/notifyDesktop.sh | 1673 | +++ b/src/notifyDesktop.sh |
| 1674 | @@ -0,0 +1,10 @@ | 1674 | @@ -0,0 +1,10 @@ |
| 1675 | +#!/bin/bash | 1675 | +#!/bin/sh |
| 1676 | +# get list of current users | 1676 | +# get list of current users |
| 1677 | +for x in $(who | sort -u -k1,1 | awk '{print $1}'); do | 1677 | +for x in $(who | sort -u -k1,1 | awk '{print $1}'); do |
| 1678 | + # send message to anyone on display 0 | 1678 | + # send message to anyone on display 0 |
