1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Set interpreter for to /bin/bash

- Plugin uses several bash features, like arrays, and bare '(('
This commit is contained in:
Stig Sandbeck Mathisen 2014-10-04 18:53:55 +02:00
parent 4ca5278414
commit 098e1dde1c

View file

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
do_config() { do_config() {
graph=( 2 # number of graphs. graph=( 2 # number of graphs.