1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

fix check-config.sh to check for CGROUP_PERF

Docker-DCO-1.1-Signed-off-by: Erik Hollensbe <github@hollensbe.org> (github: erikh)
This commit is contained in:
Erik Hollensbe 2014-08-19 11:48:55 +00:00
parent 2eb26991f4
commit ce3c1f376c

View file

@ -146,6 +146,7 @@ echo 'Optional Features:'
flags=( flags=(
MEMCG_SWAP MEMCG_SWAP
RESOURCE_COUNTERS RESOURCE_COUNTERS
CGROUP_PERF
) )
check_flags "${flags[@]}" check_flags "${flags[@]}"