New POC scoring and extra741 key finder userdata

This commit is contained in:
Toni de la Fuente
2019-02-08 16:39:05 +00:00
parent 6600df9be9
commit 170557a422
4 changed files with 21 additions and 9 deletions

View File

@@ -13,6 +13,7 @@
# Output formatting functions
textPass(){
PASS_COUNTER=$((PASS_COUNTER+1))
if [[ "$MODE" == "csv" ]]; then
if [[ $2 ]]; then
REPREGION=$2
@@ -95,6 +96,7 @@ textInfo(){
}
textFail(){
FAIL_COUNTER=$((FAIL_COUNTER+1))
EXITCODE=3
if [[ "$MODE" == "csv" ]]; then
if [[ $2 ]]; then
@@ -137,6 +139,7 @@ textFail(){
}
textTitle(){
CHECKS_COUNTER=$((CHECKS_COUNTER+1))
TITLE_ID=$1
if [[ $NUMERAL ]]; then
TITLE_ID=$(echo $TITLE_ID | cut -d, -f2)