Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
phillmac committed Jun 4, 2021
1 parent a16f394 commit a00eab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function serveQueue() {
while read -r queue_item
do
echo -e "HTTP/1.1 200 OK\n\n ${queue_item}" | ncat -l -p "${LISTEN_PORT:-1500}" >/dev/null
done < <(
done < <(
while :
do
echo "Fetching stale list" >&2
Expand Down

0 comments on commit a00eab9

Please sign in to comment.