fix(db): adjust WORK_DIR

This commit is contained in:
dancingCycle 2023-08-28 13:25:14 +02:00
parent 9bfeb0aad8
commit 025a980fe5
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ fileBase=$(basename $file)
echo "fileBase: "
echo $fileBase
#
target=${1}/$fileBase
target=${1}/gtfs/unzip/$fileBase
echo "target: "
echo $target
#