From 0cc22de954d5bdac7ac6804fa9dc9dcf8f8eab74 Mon Sep 17 00:00:00 2001 From: Ken Fallon Date: Mon, 1 Apr 2024 12:09:02 +0200 Subject: [PATCH] 2024-04-01_10-09-02Z_Monday added sort --- bin/postshow.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/postshow.bash b/bin/postshow.bash index 9ae8dd2..b249c9e 100755 --- a/bin/postshow.bash +++ b/bin/postshow.bash @@ -21,7 +21,7 @@ if [ -z "${response}" ] then echo "INFO: There appear to be no more shows with the status \"METADATA_PROCESSED\"." echo "Getting a list of all the reservations." - curl --silent --netrc-file ${HOME}/.netrc "https://hub.hackerpublicradio.org/cms/status.php" + curl --silent --netrc-file ${HOME}/.netrc "https://hub.hackerpublicradio.org/cms/status.php" | sort -n exit 3 fi