From 31361e95a55b48da7bd4beaaa46721f3ab906aa9 Mon Sep 17 00:00:00 2001 From: Stig Sandbeck Mathisen Date: Sun, 5 Oct 2014 00:27:25 +0200 Subject: [PATCH] Use /bin/bash as interpreter - uses "echo -en" --- plugins/http/wget_page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/http/wget_page b/plugins/http/wget_page index c157609c..467b46f2 100755 --- a/plugins/http/wget_page +++ b/plugins/http/wget_page @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Plugin to graph response times of the specified websites/URLs. #