forked from organicmaps/organicmaps
[generator] Redirect osmupdate output to planet log
This commit is contained in:
parent
e99003a0d6
commit
23d851481b
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ if [ "$MODE" == "coast" ]; then
|
|||
PLANET_ABS="$(cd "$(dirname "$PLANET")"; pwd)/$(basename "$PLANET")"
|
||||
(
|
||||
cd "$OSMCTOOLS" # osmupdate requires osmconvert in a current directory
|
||||
./osmupdate --drop-author --drop-version --out-o5m -v "$PLANET_ABS" "$PLANET_ABS.new.o5m"
|
||||
./osmupdate --drop-author --drop-version --out-o5m -v "$PLANET_ABS" "$PLANET_ABS.new.o5m" >> "$PLANET_LOG" 2>&1
|
||||
)
|
||||
mv "$PLANET.new.o5m" "$PLANET"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue