mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 05:35:13 +03:00
Fix typos
This commit is contained in:
parent
8b0b9db31e
commit
5fb3582b31
@ -122,14 +122,14 @@ cd /srv/nominatim
|
|||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
nominatim replication --once
|
nominatim replication --once
|
||||||
if [ -f "/srv/nominatim/schedule-mainenance" ]; then
|
if [ -f "/srv/nominatim/schedule-maintenance" ]; then
|
||||||
rm /srv/nominatim/schedule-mainenance
|
rm /srv/nominatim/schedule-maintenance
|
||||||
nominatim refresh --postcodes
|
nominatim refresh --postcodes
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
```
|
```
|
||||||
|
|
||||||
A cron job then creates the file `/srv/nominatim/need-mainenance` once per night.
|
A cron job then creates the file `/srv/nominatim/schedule-maintenance` once per night.
|
||||||
|
|
||||||
|
|
||||||
#### Catch-up mode
|
#### Catch-up mode
|
||||||
|
Loading…
Reference in New Issue
Block a user