From ec28e63c30962818dab315d64ee4da10005e47fd Mon Sep 17 00:00:00 2001 From: Simon Nagl Date: Thu, 28 Apr 2016 22:41:15 +0200 Subject: Fix #282 use modern arithmetic expansion in shell Use $((.*)) instead of $[.*] The later one is old syntax --- charts.d/ap.chart.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'charts.d/ap.chart.sh') diff --git a/charts.d/ap.chart.sh b/charts.d/ap.chart.sh index 10a65688c2..aed51c1b67 100755 --- a/charts.d/ap.chart.sh +++ b/charts.d/ap.chart.sh @@ -54,25 +54,25 @@ ap_create() { # create the chart with 3 dimensions cat <