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