Fix lxc-netstat

The lxc-unshare cli has changed, fix the call to lxc-unshare
in lxc-netstat.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
Daniel Lezcano 2009-05-28 12:10:51 +02:00
parent 3f8b55d5cc
commit f8af8e239e

View File

@ -23,7 +23,7 @@ for i in $*; do
done
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
if [ -z "$name" ]; then