checkExist: removed 'noFind'
This commit is contained in:
parent
daf22676e5
commit
65c34ba1d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user