fix(): make use of WORK_DIR in stops_zhv.sh

This commit is contained in:
dancingCycle 2023-08-28 12:48:48 +02:00
parent 35662f8e12
commit ec0abd7e45
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if [ $# -lt 1 ]; then
exit 1
fi
#
file=/tmp/zhv/unzip/stops_zhv.txt
file=${1}/stops_zhv.txt
echo "file: "
echo $file
fileBase=$(basename $file)