fix codacy issue

This commit is contained in:
Felix Lohmeier 2020-08-01 12:57:11 +02:00
parent 7a12d5239b
commit 85d07a0456
1 changed files with 3 additions and 3 deletions

View File

@ -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