Skip to content
Snippets Groups Projects
Commit 1045ec00 authored by Lionel VIDALLER's avatar Lionel VIDALLER
Browse files

minor correction

parent 0446a695
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,6 @@ fi
echo "::: Creating OSM file... :::"
python3 bal_2_osm.py $OSMFILE
touch /app/src/data-sources/osmfile/osm_ready
echo "::: OSM file ready :::"
......@@ -4,10 +4,12 @@ THREADS=$3
sleep 5
until [ -e "$OSMFILE" ]; do
until [ -e /app/src/data-sources/osmfile/osm_ready ]; do
echo "::: Waiting for OSM file to be ready... :::"
sleep 5
fi
done
rm /app/src/data-sources/osmfile/osm_ready
sudo sh ./init.sh $OSMFILE $PGDIR $THREADS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment