1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

I don't like to depend on the exit value of the last cmd

This commit is contained in:
Steve Schnepp 2012-05-10 12:24:51 +03:00
parent 9b5d99cb6b
commit 78134cec32

View file

@ -35,3 +35,6 @@ if [ "$1" = "config" ]; then
fi
echo "samba_locked.value $(smbstatus -L 2> /dev/null | grep -c DENY_)"
# If here, always return OK
exit 0