increment score on successful docker version check 1.3

Signed-off-by: Christopher Rollo <rollo.intel@gmail.com>
This commit is contained in:
Christopher Rollo 2018-02-20 14:43:21 -08:00
parent 44b82d53e2
commit 590f5ef518

View file

@ -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
}