checkExist: removed 'noFind' section. Redundant with 'find'

This commit is contained in:
Asif Bacchus 2018-09-07 01:37:32 -06:00
parent fc786fdba7
commit daf22676e5
1 changed files with 0 additions and 3 deletions

View File

@ -191,9 +191,6 @@ function checkExist {
if [ -z "$2" ]; then
return 0
else
return 1
fi
else
return 105
fi
}