checkExist: removed 'noFind'

This commit is contained in:
Asif Bacchus 2018-09-07 01:40:17 -06:00
parent daf22676e5
commit 65c34ba1d2
1 changed files with 0 additions and 3 deletions

View File

@ -187,9 +187,6 @@ function checkExist {
"Problem creating ${2}--\e[0m" >> $logFile
quit 102
fi
elif [ "$1" = "noFind"]; then
if [ -z "$2" ]; then
return 0
else
return 105
fi