From 20a6b4cccadc5f258eb638aa91ec4b45634f1025 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Mon, 18 Oct 2010 11:04:40 -0400 Subject: [PATCH] remove hardcoded value --- exec/pfmount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/pfmount b/exec/pfmount index ade3748..b714b5a 100755 --- a/exec/pfmount +++ b/exec/pfmount @@ -8,7 +8,7 @@ if [ $VERSION -ge 27 ]; then # FIXME: ro bind mounts and namespace... mount | grep "on $DEST type" > /dev/null if [ $? -eq 1 ]; then - vnamespace -e pl_netflow -- mount -o bind /var/local/fprobe $DEST + vnamespace -e $1 -- mount -o bind /var/local/fprobe $DEST fi else mount | grep "on $DEST type" > /dev/null -- 2.43.0