gitea_get_notifications.sh: added less to show command
This commit is contained in:
parent
bf92bc33ca
commit
db9cdfc465
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue