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
|
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…
x
Reference in New Issue
Block a user