From: Sarah Hoffmann Date: Thu, 22 Sep 2016 10:08:59 +0000 (+0200) Subject: nominatim: fix logfile name X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/92b098292d538afbc78e54709d492372b90a0b20?ds=sidebyside nominatim: fix logfile name --- diff --git a/cookbooks/nominatim/templates/default/updater.erb b/cookbooks/nominatim/templates/default/updater.erb index d839e6bb4..b259c4ed6 100644 --- a/cookbooks/nominatim/templates/default/updater.erb +++ b/cookbooks/nominatim/templates/default/updater.erb @@ -9,7 +9,7 @@ cd $DIR/.. while [ ! -f "<%= @update_stop_file %>" ] do # Send output to the log (logrotatable) - exec >> <%= @logfile %>/update.log 2>&1 + exec >> <%= @logfile %> 2>&1 starttime=`date +%s` ./utils/update.php --no-npi --import-osmosis