cookbook/container: remove unexplained "exec >&2" lines.

These are often a good idea, but not necessary here and are distracting
to the tutorial, so let's just take them out.

Reported-by: Jeff Stearns <jeff.stearns@gmail.com>
This commit is contained in:
Avery Pennarun 2019-01-14 06:44:55 +00:00
commit 537866b871
7 changed files with 7 additions and 14 deletions

View file

@ -1,4 +1,3 @@
exec >&2
fs=${1%.fs}
# let's *not* delete this directory; it's okay if previously-downloaded
@ -10,5 +9,5 @@ debootstrap \
--download-only \
--keep-debootstrap-dir \
$(cat debootstrap.options) \
"$fs"
"$fs" >&2
redo-ifchange "$fs/debootstrap/debootstrap.log"