diff --git a/src/socket.sh b/src/socket.sh index edc9d9f..cc91de9 100644 --- a/src/socket.sh +++ b/src/socket.sh @@ -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" |