2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Found another problem with variable handling, when it contains a dash

This commit is contained in:
Tom Hendrikx 2013-11-16 18:35:34 +01:00
parent 8cf82404ac
commit 22c41cd6c8

View File

@ -175,8 +175,8 @@ print_config() {
echo graph_period minute
for activity in I S W V O A M F N C; do
local label=$(get_activity_description $activity short)
local info=$(get_activity_description $activity long)
local label="$(get_activity_description $activity short)"
local info="$(get_activity_description $activity long)"
echo $activity.label $label
echo $activity.info $info
echo $activity.draw AREASTACK