1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 10:39:53 +00:00

Cosmetic fix for s/pflogsum/pflogsumm/ - not functional in autoconf section

This commit is contained in:
Martin Schobert 2019-08-31 00:56:36 +02:00 committed by Lars Kruse
parent efff247575
commit c84659ad22

View file

@ -89,7 +89,7 @@ if [ "$1" = 'autoconf' ]; then
# Check if pflogsumm exist
if [ -z "${PFLOGSUMM}" ]
then
echo 'no (pflogsum not found in your system)'
echo 'no (pflogsumm not found in your system)'
else
echo 'yes'
fi