diff options
Diffstat (limited to 'charts.d/example.chart.sh')
-rwxr-xr-x | charts.d/example.chart.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charts.d/example.chart.sh b/charts.d/example.chart.sh index 641d03e5d..34a3bc1bf 100755 --- a/charts.d/example.chart.sh +++ b/charts.d/example.chart.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # if this chart is called X.chart.sh, then all functions and global variables # must start with X_ |