4.7 is not scored

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2018-07-01 20:01:10 +02:00
parent ca41ed7db3
commit ebfb20c65f

View file

@ -144,7 +144,7 @@ check_4_7() {
if [ $fail -eq 0 ]; then
pass "$check_4_7"
logjson "4.7" "PASS"
currentScore=$((currentScore + 1))
currentScore=$((currentScore + 0))
else
currentScore=$((currentScore + 0))
fi