mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Use $() shell escape instead of backticks.
This commit is contained in:
parent
fa9ec59eda
commit
9b5d99cb6b
1 changed files with 1 additions and 1 deletions
|
@ -34,4 +34,4 @@ if [ "$1" = "config" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "samba_locked.value `smbstatus -L 2> /dev/null | grep -c DENY_`"
|
echo "samba_locked.value $(smbstatus -L 2> /dev/null | grep -c DENY_)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue