mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-26 02:48:28 +00:00
little fix
This commit is contained in:
parent
cc0439f102
commit
dd37aaba17
1 changed files with 9 additions and 9 deletions
|
@ -52,7 +52,7 @@ EOF
|
|||
exit 0
|
||||
fi
|
||||
|
||||
if [ $# -gt 0 ]; then
|
||||
if [ -n "$1" ]; then
|
||||
echo "Invalid argument: $1" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue