diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-07-19 22:26:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-07-19 22:26:34 -0300 |
commit | 47a3d9c28c91dbe4c14e3df3e395ad7a5bc618e6 (patch) | |
tree | 0c353d8ddc5426e50ccc600c923d644da33afb2b | |
parent | acab74bb53a6754e60d928eaa4558abd90d7ec71 (diff) | |
download | scripts-47a3d9c28c91dbe4c14e3df3e395ad7a5bc618e6.tar.gz scripts-47a3d9c28c91dbe4c14e3df3e395ad7a5bc618e6.tar.bz2 |
Fix: status: minor update
-rwxr-xr-x | status | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |