aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-03-21 21:02:59 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2013-03-21 21:02:59 +0100
commit3ef4173bd440e19a5ee05da208d6aebd16707f0f (patch)
tree15029ab40ad9b27e77682ae87892172b21d483f9
parenttools: switch_wireshark_fedora.sh between svn and pkg (diff)
downloadlaurent-tools-3ef4173bd440e19a5ee05da208d6aebd16707f0f.tar.xz
laurent-tools-3ef4173bd440e19a5ee05da208d6aebd16707f0f.zip
tools/switch_wireshark_fedora.sh: put local user in wireshark group
-rwxr-xr-xtools/switch_wireshark_fedora.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/switch_wireshark_fedora.sh b/tools/switch_wireshark_fedora.sh
index 54bb799..c22a669 100755
--- a/tools/switch_wireshark_fedora.sh
+++ b/tools/switch_wireshark_fedora.sh
@@ -19,4 +19,5 @@ elif [ $1 == "pkg" ]; then
cd $wirsrc
sudo make uninstall
sudo yum install $wirpkg
+ sudo usermod -a -G wireshark `whoami`
fi