summaryrefslogtreecommitdiffstats
path: root/charts.d/ap.chart.sh
diff options
context:
space:
mode:
authorMatthew Newton <mcn4@leicester.ac.uk>2016-04-01 21:31:36 +0100
committerMatthew Newton <mcn4@leicester.ac.uk>2016-04-08 23:20:26 +0100
commitee7751c588f8808876832085468036d955ed38a2 (patch)
treed8401f29389ab4eeceed1c304dbead08a6568237 /charts.d/ap.chart.sh
parent781418661c0309059eb2debbe352d39f750bf21d (diff)
Scripts that use bashisms should actually run /bin/bash rather than /bin/sh
Notably, /bin/sh on Debian is generally dash now, not bash.
Diffstat (limited to 'charts.d/ap.chart.sh')
-rwxr-xr-xcharts.d/ap.chart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/charts.d/ap.chart.sh b/charts.d/ap.chart.sh
index 4704b89de3..10a65688c2 100755
--- a/charts.d/ap.chart.sh
+++ b/charts.d/ap.chart.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# _update_every is a special variable - it holds the number of seconds
# between the calls of the _update() function