From 9a35eb97d1eeae3e0c4cfda647ecd42ea100385e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Sun, 31 May 2015 01:20:38 +0200 Subject: [PATCH] add /usr/local/bin to PATH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- docker-bench-security.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-bench-security.sh b/docker-bench-security.sh index 7b0c98f..575e52c 100644 --- a/docker-bench-security.sh +++ b/docker-bench-security.sh @@ -19,7 +19,7 @@ dir_name=`dirname ${this_path}` ## Dir where this file is myname=`basename ${this_path}` ## file name of this script. logger="${myname}.log" -export PATH=/bin:/sbin:/usr/bin +export PATH=/bin:/sbin:/usr/bin:/usr/local/bin # Check for required program(s) req_progs='docker netstat grep awk'