mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-06 00:21:41 +00:00
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:
parent
3f8b55d5cc
commit
f8af8e239e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user