X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4670fb28130f0c5f6371ddc4932bf856725ee589..b0e841d7ff50e5c5bea3a3417737c272b09dcd86:/cookbooks/nominatim/templates/default/git-post-merge-hook.erb diff --git a/cookbooks/nominatim/templates/default/git-post-merge-hook.erb b/cookbooks/nominatim/templates/default/git-post-merge-hook.erb index dbd3ddbdd..a1ee31795 100644 --- a/cookbooks/nominatim/templates/default/git-post-merge-hook.erb +++ b/cookbooks/nominatim/templates/default/git-post-merge-hook.erb @@ -14,4 +14,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 fi