mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Change shebang of systemd/systemd_units from sh to bash
Running it with sh results in this error: /etc/munin/plugins/systemd_units: 109: /etc/munin/plugins/systemd_units: Bad substitution
This commit is contained in:
parent
bc8bb4d9d7
commit
1f184a35ff
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
# -*- sh -*-
|
# -*- sh -*-
|
||||||
|
|
||||||
: << =cut
|
: << =cut
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue