From 47a3d9c28c91dbe4c14e3df3e395ad7a5bc618e6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 19 Jul 2023 22:26:34 -0300 Subject: Fix: status: minor update --- status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status b/status index c26bc6c..bc17b24 100755 --- a/status +++ b/status @@ -113,7 +113,7 @@ function status_run { # Check if are dangling downloaded files if [ -e "$HOME/load" ] && [ ! -z "`ls -1 ~/load/`" ]; then # Print a newline if needed depending of the output of the previous commands - if [ ! -z "`postponed`" ] || [ ! -z "`unread-mails`" ]; then + if [ ! -z "`postponed`" ] || [ ! -z "`unread-mails`" ] || [ ! -z "`collector list`" ]; then echo "" fi -- cgit v1.2.3