From 8348cd2805ccc5134dd69b2041a01388973447cb Mon Sep 17 00:00:00 2001 From: Stig Sandbeck Mathisen Date: Sat, 4 Oct 2014 21:04:24 +0200 Subject: [PATCH] Use /bin/bash as interpreter for bash script - uses "echo -en" several places --- plugins/system/auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/system/auth b/plugins/system/auth index 8602b428..c089a731 100755 --- a/plugins/system/auth +++ b/plugins/system/auth @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # A Munin Plugin to show auth stuff # Created by Dominik Schulz