tiny fix to vm script

This commit is contained in:
Andrew Ferguson
2013-04-25 13:22:46 -04:00
parent 6c22e057cc
commit e7f45ca90e
+1 -1
View File
@@ -31,7 +31,7 @@ time mininet/util/install.sh
#if ! grep NOX_CORE_DIR .bashrc; then #if ! grep NOX_CORE_DIR .bashrc; then
# echo "export NOX_CORE_DIR=~/noxcore/build/src/" >> .bashrc # echo "export NOX_CORE_DIR=~/noxcore/build/src/" >> .bashrc
#fi #fi
echo <<EOF cat <<EOF
You may need to reboot and then: You may need to reboot and then:
sudo dpkg-reconfigure openvswitch-datapath-dkms sudo dpkg-reconfigure openvswitch-datapath-dkms
sudo service openvswitch-switch start sudo service openvswitch-switch start