From 590f5ef51851df2a6719ed5a3e19362b473420e6 Mon Sep 17 00:00:00 2001 From: Christopher Rollo Date: Tue, 20 Feb 2018 14:43:21 -0800 Subject: [PATCH] increment score on successful docker version check 1.3 Signed-off-by: Christopher Rollo --- tests/1_host_configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/1_host_configuration.sh b/tests/1_host_configuration.sh index ce22dae..4346725 100644 --- a/tests/1_host_configuration.sh +++ b/tests/1_host_configuration.sh @@ -53,7 +53,7 @@ check_1_3() { info " * Using $docker_version which is current" info " * Check with your operating system vendor for support and security maintenance for Docker" logjson "1.3" "PASS" - currentScore=$((currentScore - 0)) + currentScore=$((currentScore + 1)) fi }