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:
parent
4ca5278414
commit
098e1dde1c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
do_config() {
|
||||
graph=( 2 # number of graphs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue