Fix bug in check_unique_controlFile.sh
Description of bug
See #141 (closed)
Changes introduced
Add -type f
in the first find
command
Tests
Before
Prints ERROR because it counts everything but prints only one file because in the printout we used find -type f
After
Succeeds
Issues resolved
Closes #141 (closed)
Edited by Spyros Argyropoulos