1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00: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 # 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>