fix: Relay last status message

This commit is contained in:
Kroese 2025-10-11 17:56:02 +02:00 committed by GitHub
parent 4f98f67a37
commit 32e28d49a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" |