Commit f8af8e23 by Daniel Lezcano

Fix lxc-netstat

The lxc-unshare cli has changed, fix the call to lxc-unshare in lxc-netstat. Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 3f8b55d5
...@@ -23,7 +23,7 @@ for i in $*; do ...@@ -23,7 +23,7 @@ for i in $*; do
done done
if [ -z "$exec" ]; then if [ -z "$exec" ]; then
exec @BINDIR@/lxc-unshare -m -- @BINDIR@/lxc-netstat -n $name --exec $* exec @BINDIR@/lxc-unshare -s MOUNT -- @BINDIR@/lxc-netstat -n $name --exec $*
fi fi
if [ -z "$name" ]; then if [ -z "$name" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment