mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
Merge pull request #401 from AurelienGasser/patch-1
support whitespace in PATH
This commit is contained in:
commit
bf42355279
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ readonly version
|
|||
readonly this_path
|
||||
readonly myname
|
||||
|
||||
export PATH=$PATH:/bin:/sbin:/usr/bin:/usr/local/bin:/usr/sbin/
|
||||
export PATH="$PATH:/bin:/sbin:/usr/bin:/usr/local/bin:/usr/sbin/"
|
||||
|
||||
# Check for required program(s)
|
||||
req_progs='awk docker grep ss stat'
|
||||
|
|
Loading…
Reference in a new issue