]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/setup.php
fix typo for baseUrl when configuring configuration.txt
[nominatim.git] / utils / setup.php
index d404f4df85057e422440d77402a4bd446cd20222..5ec22dd0947023aaca96d8f5f9cbeac1f3f97254 100755 (executable)
                        
                        passthru(CONST_Osmosis_Binary.' --read-replication-interval-init '.CONST_BasePath.'/settings');
                        // update osmosis configuration.txt with our settings
-                       passthru("sed -i 's!baseUrl=.*!baseUrL=".CONST_Replication_Url."!' ".CONST_BasePath.'/settings/configuration.txt');
+                       passthru("sed -i 's!baseUrl=.*!baseUrl=".CONST_Replication_Url."!' ".CONST_BasePath.'/settings/configuration.txt');
                        passthru("sed -i 's:maxInterval = .*:maxInterval = ".CONST_Replication_MaxInterval.":' ".CONST_BasePath.'/settings/configuration.txt');
                }