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:
parent
41fedbb267
commit
ae84b39f3b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# A Munin Plugin to show umts signal strength using gcom
|
# A Munin Plugin to show umts signal strength using gcom
|
||||||
# Created by Derik Vercueil <jfvercueil@yahoo.co.uk>
|
# Created by Derik Vercueil <jfvercueil@yahoo.co.uk>
|
||||||
|
|
Loading…
Reference in a new issue