]> git.openstreetmap.org Git - nominatim.git/commitdiff
Fix typos
authorFrederik Ramm <frederik@remote.org>
Mon, 10 Jan 2022 12:38:53 +0000 (13:38 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Jan 2022 12:38:53 +0000 (13:38 +0100)
docs/admin/Update.md

index 9d224b9e101bbefe34a3abf0f8f49d3522a3ae5f..4cc7d1245794e24ef0dcca020f04dd92046bf243 100644 (file)
@@ -122,14 +122,14 @@ cd /srv/nominatim
 
 while true; do
   nominatim replication --once
-  if [ -f "/srv/nominatim/schedule-mainenance" ]; then
-    rm /srv/nominatim/schedule-mainenance
+  if [ -f "/srv/nominatim/schedule-maintenance" ]; then
+    rm /srv/nominatim/schedule-maintenance
     nominatim refresh --postcodes
   fi
 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