Small fix

This commit is contained in:
Patrick Van der Veken 2018-07-06 11:41:38 +02:00
parent 58bee85277
commit c7b6e95eee

View File

@ -1553,10 +1553,13 @@ then
fi fi
# legend # legend
if [[ "${FACTION}" != "list" ]]
then
print print
print "Config?: plugin has a default configuration files (Yes/No)" print "Config?: plugin has a default configuration files (Yes/No)"
print "Sched? : plugin is scheduled through cron (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)" print "H+? : plugin will log/show passed health checks too (Yes/No/Not applicable)"
fi
return 0 return 0
} }