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