1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 14:16:00 +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 # A Munin Plugin to show auth stuff
# Created by Dominik Schulz <lkml@ds.gauner.org> # Created by Dominik Schulz <lkml@ds.gauner.org>