summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2014-05-21 17:59:08 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2014-05-21 17:59:08 +0200
commit69d78a69b40af4420211526396fd30e85fcf5943 (patch)
tree03e13b3fabfa564e41c08ec3adf8c44adf361126
parentec354de1f1785546867974aa5734318f2b1e809f (diff)
downloadutil-vserver-netns-69d78a69b40af4420211526396fd30e85fcf5943.tar.gz
util-vserver-netns-69d78a69b40af4420211526396fd30e85fcf5943.tar.bz2
util-vserver-netns-69d78a69b40af4420211526396fd30e85fcf5943.zip
vserver.netns: add missing "2.1
-rwxr-xr-xvserver.netns2
1 files changed, 1 insertions, 1 deletions
diff --git a/vserver.netns b/vserver.netns
index 5f66941..6b7526a 100755
--- a/vserver.netns
+++ b/vserver.netns
@@ -149,7 +149,7 @@ if [ -n "${_USE_NETNS}" ]; then
echo "$procs"
echo
echo "Deleting of the network namespace would produce a bad state."
- echo "So we DO NOT delete the network namespace. You maybe want
+ echo "So we DO NOT delete the network namespace. You maybe want"
echo "to kill the processes and execute the following commands:"
echo " $_IP netns exec \"$VSERVER_NAME\" netstat -tulpen"
echo " $_IP netns delete \"$VSERVER_NAME\""