From e309c7db9dcadc8643e4de5fd24aa8bf51469455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Sat, 30 May 2015 00:37:20 +0200 Subject: [PATCH] no need to cat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- .dockerignore | 1 - tests/1_host_configuration.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore deleted file mode 100644 index 6b8710a..0000000 --- a/.dockerignore +++ /dev/null @@ -1 +0,0 @@ -.git diff --git a/tests/1_host_configuration.sh b/tests/1_host_configuration.sh index 49af272..cf1d833 100644 --- a/tests/1_host_configuration.sh +++ b/tests/1_host_configuration.sh @@ -48,7 +48,7 @@ fi # 1.7 check_1_7="1.7 - Only allow trusted users to control Docker daemon" -docker_users=`cat /etc/group | grep docker` +docker_users=`grep docker /etc/group` info "$check_1_7" for u in $docker_users; do info " * $u"