X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9eb8943ae3e825d148f52860473a892f8ea7366d..f7dd6716f0f63c8f74b2a14efe19672a0853c6c2:/cookbooks/nominatim/templates/default/git-post-merge-hook.erb?ds=sidebyside diff --git a/cookbooks/nominatim/templates/default/git-post-merge-hook.erb b/cookbooks/nominatim/templates/default/git-post-merge-hook.erb index a1ee31795..fc806f1b4 100644 --- a/cookbooks/nominatim/templates/default/git-post-merge-hook.erb +++ b/cookbooks/nominatim/templates/default/git-post-merge-hook.erb @@ -13,6 +13,5 @@ make psql -d <%= @dbname %> -c "SELECT version();" >/dev/null 2>&1 if [[ "$?" == "0" ]]; then - ./utils/setup.php --create-functions --create-partition-functions --enable-diff-updates - ./utils/update.php --update-address-levels + ./nominatim refresh --functions --address-levels --website fi