# Check
if [ -z "$COLLECTOR_FILE" ]; then
- echo "$BASENAME: please export the COLLECTOR_FILE environment variable pointing to your collector markdown file"
+ # Do not be verbose here, otherwise the "status" command will show an error
+ # message on unconfgirued systems. Maybe that should be controlled by a verbosity flag.
+ #echo "$BASENAME: please export the COLLECTOR_FILE environment variable pointing to your collector markdown file"
+
exit 1
elif [ ! -e "$COLLECTOR_FILE" ]; then
echo "$BASENAME: error: file not found: $COLLECTOR_FILE"