aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2023-07-19 22:26:34 -0300
committerSilvio Rhatto <rhatto@riseup.net>2023-07-19 22:26:34 -0300
commit47a3d9c28c91dbe4c14e3df3e395ad7a5bc618e6 (patch)
tree0c353d8ddc5426e50ccc600c923d644da33afb2b
parentacab74bb53a6754e60d928eaa4558abd90d7ec71 (diff)
downloadscripts-47a3d9c28c91dbe4c14e3df3e395ad7a5bc618e6.tar.gz
scripts-47a3d9c28c91dbe4c14e3df3e395ad7a5bc618e6.tar.bz2
Fix: status: minor update
-rwxr-xr-xstatus2
1 files changed, 1 insertions, 1 deletions
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