Merge pull request #322 from konstruktoid/ISSUE316

dont decrease 5.29 #316
This commit is contained in:
Thomas Sjögren 2018-08-06 09:51:42 +02:00 committed by GitHub
commit dbe0ada203
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1018,7 +1018,7 @@ check_5_29() {
logjson "5.29" "PASS"
currentScore=$((currentScore + 1))
else
currentScore=$((currentScore - 1))
currentScore=$((currentScore + 0))
fi
}