From 0a7365d6fc4d87790d791449dc650b6d88e75acf Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 16 Nov 2023 23:04:31 +0100 Subject: qotd: Remove ‘exit 0’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .local/bin/qotd | 2 -- 1 file changed, 2 deletions(-) (limited to '.local/bin/qotd') diff --git a/.local/bin/qotd b/.local/bin/qotd index ec1eb20..fed3297 100755 --- a/.local/bin/qotd +++ b/.local/bin/qotd @@ -28,5 +28,3 @@ older_than_today "$QOTD" \ && yq -0 '.mangoes.[].quote.content' <"$QUOTES" \ | shuf -zn1 \ | tr '\0' '\n' >"$QOTD" - -exit 0 -- cgit v1.2.3