fix codacy issue
This commit is contained in:
parent
7a12d5239b
commit
85d07a0456
|
@ -14,9 +14,9 @@ if [[ $1 ]]; then
|
|||
else
|
||||
echo 1>&2 "Please provide path to directory with input file(s)"; exit 1
|
||||
fi
|
||||
if [[ $2 ]]; then
|
||||
inputdir2="$(readlink -e "$2")"
|
||||
fi
|
||||
#if [[ $2 ]]; then
|
||||
# inputdir2="$(readlink -e "$2")"
|
||||
#fi
|
||||
|
||||
# check requirements, set trap, create workdir and tee to logfile
|
||||
init
|
||||
|
|
Loading…
Reference in New Issue