]> gitweb.fluxo.info Git - scripts.git/commitdiff
Fix: status: minor update
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 20 Jul 2023 01:26:34 +0000 (22:26 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 20 Jul 2023 01:26:34 +0000 (22:26 -0300)
status

diff --git a/status b/status
index c26bc6cdbd7822d6d39bb70542616ec44e43fb44..bc17b2468468a267c90aa51374e1ec56ddef3315 100755 (executable)
--- 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