Hi Serge,
a quick comment:
> +if lxc-info -P $lxc_path -t RUNNING -n z1; then
Just from reading the patch without testing it: s/z1/$container/
-- Christian
--
Learn Graph Databases - Download FREE O'Reilly Book
"G
Quoting Christian Seiler (christ...@iwakd.de):
> Hi Serge,
>
> a quick comment:
>
> > +if lxc-info -P $lxc_path -t RUNNING -n z1; then
>
> Just from reading the patch without testing it: s/z1/$container/
cut and paste snafu, thanks!
-
Quoting Serge Hallyn (serge.hal...@ubuntu.com):
> Quoting Christian Seiler (christ...@iwakd.de):
> > Hi Serge,
> >
> > a quick comment:
> >
> > > +if lxc-info -P $lxc_path -t RUNNING -n z1; then
> >
> > Just from reading the patch without testing it: s/z1/$container/
>
> cut and paste snafu
Signed-off-by: Dwight Engen
---
src/lxc/lxc-shutdown.in | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/lxc/lxc-shutdown.in b/src/lxc/lxc-shutdown.in
index 953ee6e..c81e736 100644
--- a/src/lxc/lxc-shutdown.in
+++ b/src/lxc/lxc-shutdown.in
@@ -41,7 +41,7 @@ al
Quoting Dwight Engen (dwight.en...@oracle.com):
> Signed-off-by: Dwight Engen
Thanks Dwight - yeah I've caught myself getting it wrong in other
places.
Acked-by: Serge E. Hallyn
and applied/pushed.
> ---
> src/lxc/lxc-shutdown.in | 12 ++--
> 1 file changed, 6 insertions(+), 6 deleti