summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
1905f47)
The planet update log of a run was writing over the previous log instead of appending. The log file is already rotated correctly, so it is not growing without bounds with this change.
# DO NOT EDIT - This file is being maintained by Chef
# DO NOT EDIT - This file is being maintained by Chef
-exec > /var/log/planet-update.log 2>&1
+exec >> /var/log/planet-update.log 2>&1
echo "Updating planet file..."
echo "Updating planet file..."