From 30b94862648cdbf4f537337d2e2f01c369a9dee9 Mon Sep 17 00:00:00 2001 From: Lennart Weller Date: Thu, 21 Apr 2016 14:27:29 +0200 Subject: Imported Upstream version 1.1.0 --- charts.d/crsproxy.chart.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'charts.d/crsproxy.chart.sh') diff --git a/charts.d/crsproxy.chart.sh b/charts.d/crsproxy.chart.sh index fc5358b43..9ad8b3382 100755 --- a/charts.d/crsproxy.chart.sh +++ b/charts.d/crsproxy.chart.sh @@ -16,6 +16,9 @@ crsproxy_get() { } crsproxy_check() { + # make sure we have all the commands we need + require_cmd wget || return 1 + if [ -z "$crsproxy_url" ] then echo >&2 "$PROGRAM_NAME: crsproxy: not configured. Please set crsproxy_url='url' in $confd/crsproxy.conf" -- cgit v1.2.3