X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1435b214e15a69f4822bcefcf8916e5a15c69db9..dca9aff59c1ecd82f2f17c1a91b5eebed19700f7:/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 9c20abaca..fc806f1b4 100644 --- a/cookbooks/nominatim/templates/default/git-post-merge-hook.erb +++ b/cookbooks/nominatim/templates/default/git-post-merge-hook.erb @@ -13,7 +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/setup.php --setup-website - ./utils/update.php --update-address-levels + ./nominatim refresh --functions --address-levels --website fi