commit | 9a53196cebd46fb984d0be50d3d3be0ddd63827d | [log] [tgz] |
---|---|---|
author | Marc De Leenheer <marc@onlab.us> | Wed Jan 14 16:42:11 2015 -0800 |
committer | Marc De Leenheer <marc@onlab.us> | Wed Jan 14 16:42:11 2015 -0800 |
tree | 23c5709fe57908faee86260d89285bdc9af3afdf | |
parent | 4ceca5cb48039493565abe4a78715807424956a0 [diff] [blame] |
Reboot VM from GUI Change-Id: Id50da591b5934081f7b1843d01b4d0d2293d53a8
diff --git a/opt-setup.sh b/opt-setup.sh index 63f6117..195c603 100644 --- a/opt-setup.sh +++ b/opt-setup.sh
@@ -146,3 +146,6 @@ echo "source $ONOS_ROOT/tools/dev/bash_profile" >> ~/.profile echo "sudo service onos stop > /dev/null 2>&1" >> ~/.profile echo "cell optical > /dev/null 2>&1" >> ~/.profile + +# Allow user full access to wireshark +sudo usermod -a -G wireshark optical