Use non-interpolating quotes where ${graph_period} is used

This commit is contained in:
Chris 'BinGOs' Williams
2012-10-09 21:05:40 +01:00
parent ee3d6ff382
commit 895c62ef6b
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ if [ "$1" = "config" ]; then
echo "graph_title Errors"
echo "graph_args --base 1000"
echo "graph_vlabel errors down (-) / up (+) per ${graph_period}"
echo 'graph_vlabel errors down (-) / up (+) per ${graph_period}'
echo "graph_category hg612"
echo "graph_scale no"