Skip to content

Commit

Permalink
Redirect output to log (#18)
Browse files Browse the repository at this point in the history
- Remove log file post process end
  • Loading branch information
hsbasu authored Oct 22, 2023
1 parent d14c2ce commit 1b3a86b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ if ! which debootstrap >/dev/null; then
exit 1
fi

germinate-update-metapackage --vcs
rm -f *.old
germinate-update-metapackage --vcs > log
rm -f *.old log

0 comments on commit 1b3a86b

Please sign in to comment.