From 5a9eb2417162d5ce7c7a7148b9d70085504487ea Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 28 Dec 2021 14:22:26 +0000 Subject: [PATCH] fix for multiple bids --- show-bid.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/show-bid.sh b/show-bid.sh index 8eb0e71..2f4ddd2 100755 --- a/show-bid.sh +++ b/show-bid.sh @@ -3,4 +3,4 @@ echo "Content-Type: text/plain" echo "" -asterisk -x 'queue show auction' | sed -n 's/^.*prio: \(.*\))$/Aktuelles Gebot: \1/p' | head +asterisk -x 'queue show auction' | sed -n 's/^.*prio: \(.*\))$/Aktuelles Gebot: \1/p' | head -n 1