X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/da9f7215db51f7061618ec41cea625072f318b79..2f0b6f10a1269e4a0a3ae8897d6fda10dd14fb4d:/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