mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Remove superfluous quotation marks
This commit is contained in:
parent
f23aa0798b
commit
6b28a1ba21
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@ fi
|
||||||
|
|
||||||
# Suggest both modes when asked
|
# Suggest both modes when asked
|
||||||
if [ "$1" = "suggest" ]; then
|
if [ "$1" = "suggest" ]; then
|
||||||
echo 'pkg'
|
echo pkg
|
||||||
echo 'cve'
|
echo cve
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue