mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 00:32:34 +01:00
Merge pull request #308 from mike01/path_variable_fix
fix for path variable
This commit is contained in:
commit
ca41ed7db3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ readonly version
|
|||
readonly this_path
|
||||
readonly myname
|
||||
|
||||
export 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