mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
changed interpreter to bash
This commit is contained in:
parent
c69a5761dc
commit
527cb89fd0
2 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#
|
||||
: <<=cut
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#
|
||||
: <<=cut
|
||||
|
||||
|
@ -30,7 +30,6 @@ MIT
|
|||
|
||||
=cut
|
||||
|
||||
|
||||
. $MUNIN_LIBDIR/plugins/plugin.sh
|
||||
|
||||
if [ "$1" = "autoconf" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue