From db9cdfc465c42d4a50888e5e4c93144d5629b718 Mon Sep 17 00:00:00 2001 From: suchAdemon Date: Wed, 26 Jan 2022 14:29:07 +0100 Subject: [PATCH] gitea_get_notifications.sh: added less to show command --- gitea_get_notifications.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea_get_notifications.sh b/gitea_get_notifications.sh index 2df307e..6ef02e0 100755 --- a/gitea_get_notifications.sh +++ b/gitea_get_notifications.sh @@ -14,7 +14,7 @@ if [ "${gettype}" == "cleanup" ]; then fi if [ "${gettype}" == "show" ]; then - tea notification ls --mine + tea notification ls --mine | less exit 0 fi