mirror of
https://github.com/opencultureconsulting/ba-sachsen-pica
synced 2025-04-20 00:00:33 +02:00
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…
x
Reference in New Issue
Block a user