create check files

This commit is contained in:
Toni de la Fuente
2018-03-20 23:08:35 -04:00
parent a21bff31a5
commit a98fdf7679
2 changed files with 4 additions and 3 deletions

View File

@@ -140,6 +140,7 @@ callCheck(){
if [[ $CHECKNUMBER ]];then
case "$CHECKNUMBER" in
check11|check101 ) execute_check check11;;
check12|check102 ) execute_check check12;;
* )
textWarn "ERROR! Use a valid check name (i.e. check41 or extra71)\n";
esac
@@ -242,7 +243,8 @@ fi
getWhoami
genCredReport
saveReport
callCheck
#callCheck
execute_all