diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-07-24 16:27:57 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-07-24 16:27:57 -0300 |
commit | 2b2b8f0675f4bdf31fc4c6a60e2f66e57b82e2c0 (patch) | |
tree | 9178dd3382df4948c58a584b6c38cc726c9c7f4b | |
parent | 47a3d9c28c91dbe4c14e3df3e395ad7a5bc618e6 (diff) | |
download | scripts-2b2b8f0675f4bdf31fc4c6a60e2f66e57b82e2c0.tar.gz scripts-2b2b8f0675f4bdf31fc4c6a60e2f66e57b82e2c0.tar.bz2 |
Fix: collector: minor output correction
-rwxr-xr-x | collector | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ elif [ "$ACTION" == "list" ]; then echo "Collected items at $COLLECTOR_FILE:" echo "" grep -e "^\* \[ \]" "$COLLECTOR_FILE" + echo "" fi elif [ "$ACTION" == "edit" ]; then if [ ! -z "$EDITOR" ]; then |