This commit is contained in:
introllo 2018-02-20 23:07:18 +00:00 committed by GitHub
commit 295013dffd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
}