2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Use /bin/bash for bash script

("echo -en" is a bash feature)
This commit is contained in:
Stig Sandbeck Mathisen 2014-10-04 20:01:25 +02:00
parent 41fedbb267
commit ae84b39f3b

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# A Munin Plugin to show umts signal strength using gcom
# Created by Derik Vercueil <jfvercueil@yahoo.co.uk>