From 9d275262e2e22089edcb730dbab7db1d0aa1bef3 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Mon, 13 Feb 2012 11:26:11 -0800 Subject: [PATCH] sudo cp for wireshark plugin --- util/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/install.sh b/util/install.sh index b909af5..8e2b683 100755 --- a/util/install.sh +++ b/util/install.sh @@ -176,7 +176,7 @@ function of { # Tested on Ubuntu 11.04. if [ -e /var/packet-openflow.so ]; then WS_DIR=`ls -d /usr/lib/wireshark/libwireshark* | head -1` - cp /var/packet-openflow.so $WS_DIR/plugins/ + sudo cp /var/packet-openflow.so $WS_DIR/plugins/ fi # Copy coloring rules: OF is white-on-blue: