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:
parent
1eeb1fb909
commit
537866b871
7 changed files with 7 additions and 14 deletions
|
|
@ -1,4 +1,4 @@
|
|||
exec >&2
|
||||
exec >&2 # any output we produce is a log message
|
||||
no_simple=
|
||||
no_debian=
|
||||
no_runlocal=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue