gitea_get_notifications.sh: added less to show command

This commit is contained in:
Oliver Schraml 2022-01-26 14:29:07 +01:00 committed by suchademon
parent bf92bc33ca
commit db9cdfc465
Signed by: oliver.schraml
GPG Key ID: A55864B79D0D0228
1 changed files with 1 additions and 1 deletions

View File

@ -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