1
0
Fork 0
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:
Valentin Lorentz 2019-02-09 20:24:35 +01:00 committed by GitHub
parent bc8bb4d9d7
commit 1f184a35ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# -*- sh -*- # -*- sh -*-
: << =cut : << =cut