Unverified Commit 7dce575b authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Relay last status message (#889)

parent c25d161d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" |