Skip to content

Commit

Permalink
Merge pull request #4447 from realgo/logrotate
Browse files Browse the repository at this point in the history
Issue #4446: Fixing logrotate config file.
  • Loading branch information
otoolep committed Oct 16, 2015
2 parents 15e9e34 + cb85b9d commit 6b377d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ if [ $? -ne 0 ]; then
cleanup_exit 1
fi

cp $LOGROTATE $TMP_WORK_DIR/$LOGROTATE_DIR/influxd
install -m 644 $LOGROTATE $TMP_WORK_DIR/$LOGROTATE_DIR/influxdb
if [ $? -ne 0 ]; then
echo "Failed to copy logrotate configuration to packaging directory -- aborting."
cleanup_exit 1
Expand Down

0 comments on commit 6b377d9

Please sign in to comment.