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

@ -165,7 +165,7 @@ check_2_6() {
info "$check_2_6"
info " * Docker daemon not listening on TCP"
logjson "2.6" "INFO"
currentScore=$((currentScore +0))
currentScore=$((currentScore + 0))
fi
}