From c7b6e95eeeedccf1cab0ee2d578ed43b8f38af91 Mon Sep 17 00:00:00 2001 From: Patrick Van der Veken Date: Fri, 6 Jul 2018 11:41:38 +0200 Subject: [PATCH] Small fix --- sources/lib/core/include_core.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/sources/lib/core/include_core.sh b/sources/lib/core/include_core.sh index c39ff2c..0ea8dd2 100644 --- a/sources/lib/core/include_core.sh +++ b/sources/lib/core/include_core.sh @@ -1553,10 +1553,13 @@ then fi # legend -print -print "Config?: plugin has a default configuration files (Yes/No)" -print "Sched? : plugin is scheduled through cron (Yes/No)" -print "H+? : plugin will log/show passed health checks too (Yes/No/Not applicable)" +if [[ "${FACTION}" != "list" ]] +then + print + print "Config?: plugin has a default configuration files (Yes/No)" + print "Sched? : plugin is scheduled through cron (Yes/No)" + print "H+? : plugin will log/show passed health checks too (Yes/No/Not applicable)" +fi return 0 }