[generator] Fix generate script error

This commit is contained in:
Ilya Zverev 2016-02-10 20:32:30 +03:00 committed by Sergey Yershov
parent 3637bef619
commit 73f98de532

View file

@ -258,7 +258,7 @@ if [ "$MODE" == "coast" ]; then
# Preprocess coastlines to separate intermediate directory
"$GENERATOR_TOOL" --intermediate_data_path="$INTCOASTSDIR/" --node_storage=map --osm_file_type=o5m --osm_file_name="$COASTS_O5M" \
-preprocess 2>> "$LOG_PATH/WorldCoasts.log"
if [ -z "$OSRM_URL" ]; then
if [ -z "${OSRM_URL-}" ]; then
log "OSRM_URL variable not set. World roads will not be calculated."
else
python "$ROADS_SCRIPT" "$INTCOASTSDIR" "$OSRM_URL" >>"$LOG_PATH"/road_runner.log