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 as interpreter

- uses "echo -en"
This commit is contained in:
Stig Sandbeck Mathisen 2014-10-05 00:27:25 +02:00
parent 82cf6ec8b0
commit 31361e95a5

View file

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# #
# Plugin to graph response times of the specified websites/URLs. # Plugin to graph response times of the specified websites/URLs.
# #