X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9eb8943ae3e825d148f52860473a892f8ea7366d..e698e02106fc290ff3e530f5de66a91868a7f1f8:/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 a1ee31795..9c20abaca 100644 --- a/cookbooks/nominatim/templates/default/git-post-merge-hook.erb +++ b/cookbooks/nominatim/templates/default/git-post-merge-hook.erb @@ -14,5 +14,6 @@ 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/setup.php --setup-website ./utils/update.php --update-address-levels fi