From 1f184a35ffeaa6170a9fcbc69dab09942886d25f Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 9 Feb 2019 20:24:35 +0100 Subject: [PATCH] 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 --- plugins/systemd/systemd_units | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/systemd/systemd_units b/plugins/systemd/systemd_units index e5075cb5..47f43541 100755 --- a/plugins/systemd/systemd_units +++ b/plugins/systemd/systemd_units @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # -*- sh -*- : << =cut