From: Sarah Hoffmann Date: Sat, 24 Aug 2013 05:49:22 +0000 (+0200) Subject: don't delete logs when restarting updates X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/7874880284b6fd9a66dd6297c15d2ed37163a686?ds=inline don't delete logs when restarting updates --- diff --git a/cookbooks/nominatim/templates/default/updater.erb b/cookbooks/nominatim/templates/default/updater.erb index 7443297e8..c0a0ad49b 100644 --- a/cookbooks/nominatim/templates/default/updater.erb +++ b/cookbooks/nominatim/templates/default/updater.erb @@ -3,7 +3,7 @@ # DO NOT EDIT - This file is being maintained by Chef # Send output to the log -exec > /var/log/nominatim/update.log 2>&1 +exec >> /var/log/nominatim/update.log 2>&1 # Change to Nominatim directory DIR="$( cd "$( dirname "$0" )" && pwd )"