1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Use /bin/bash as interpreter for bash script

-  uses "echo -en" several places
This commit is contained in:
Stig Sandbeck Mathisen 2014-10-04 21:04:24 +02:00
parent bebd78f74b
commit 8348cd2805

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# A Munin Plugin to show auth stuff
# Created by Dominik Schulz <lkml@ds.gauner.org>