mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-03-09 10:17:24 +08:00
fix: Relay last status message
This commit is contained in:
parent
4f98f67a37
commit
32e28d49a7
@ -4,7 +4,7 @@ set -Eeuo pipefail
|
||||
path="/run/shm/msg.html"
|
||||
|
||||
if [ -f "$path" ] && [ -s "$path" ]; then
|
||||
echo -n "s: " && cat "$path" ;;
|
||||
echo -n "s: " && cat "$path"
|
||||
fi
|
||||
|
||||
inotifywait -m "$path" |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user