From 44e46c63c33dcc9631329313a5d08d178868defc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Fri, 7 Jul 2017 13:06:23 +0200 Subject: [PATCH] spaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- tests/3_docker_daemon_configuration_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/3_docker_daemon_configuration_files.sh b/tests/3_docker_daemon_configuration_files.sh index 1b60aec..9995ef0 100644 --- a/tests/3_docker_daemon_configuration_files.sh +++ b/tests/3_docker_daemon_configuration_files.sh @@ -327,7 +327,7 @@ else fi # 3.20 -check_3_20="3.20 - Ensure that /etc/default/docker file permissions are set to 644 or more restrictive" +check_3_20="3.20 - Ensure that /etc/default/docker file permissions are set to 644 or more restrictive" file="/etc/default/docker" if [ -f "$file" ]; then if [ "$(stat -c %a $file)" -eq 644 -o "$(stat -c %a $file)" -eq 600 ]; then