From: Silvio Rhatto Date: Mon, 24 Jul 2023 19:27:57 +0000 (-0300) Subject: Fix: collector: minor output correction X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2b2b8f0675f4bdf31fc4c6a60e2f66e57b82e2c0;p=scripts.git Fix: collector: minor output correction --- diff --git a/collector b/collector index fcbb3b7..f8545f9 100755 --- a/collector +++ b/collector @@ -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