Skip to content

Commit

Permalink
append to log file on update (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
massimocandela committed Oct 11, 2023
1 parent eaf5e5c commit 1ade6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/linux-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ fi
# Delete log file if larger than 5MB
find $LOGS -type f -name "upgrade.log" -size +5M -delete

exec 1> $LOGS/upgrade.log 2>&1
exec 1>> $LOGS/upgrade.log 2>&1

cd $DIR

Expand Down

0 comments on commit 1ade6a5

Please sign in to comment.