consistent currentScore

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2018-07-01 20:04:20 +02:00
commit 78700f2600
3 changed files with 6 additions and 6 deletions

View file

@ -471,7 +471,7 @@ check_3_18() {
info "$check_3_18"
info " * File not found"
logjson "3.18" "INFO"
currentScore=$((currentScore - 0))
currentScore=$((currentScore + 0))
fi
}