From e7f45ca90e1cdc6fe324416c8d2415a38d9937b8 Mon Sep 17 00:00:00 2001 From: Andrew Ferguson <adf@cs.brown.edu> Date: Thu, 25 Apr 2013 13:22:46 -0400 Subject: [PATCH] tiny fix to vm script --- util/vm/install-mininet-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/vm/install-mininet-vm.sh b/util/vm/install-mininet-vm.sh index 382945e0..3c80a170 100755 --- a/util/vm/install-mininet-vm.sh +++ b/util/vm/install-mininet-vm.sh @@ -31,7 +31,7 @@ time mininet/util/install.sh #if ! grep NOX_CORE_DIR .bashrc; then # echo "export NOX_CORE_DIR=~/noxcore/build/src/" >> .bashrc #fi -echo <<EOF +cat <<EOF You may need to reboot and then: sudo dpkg-reconfigure openvswitch-datapath-dkms sudo service openvswitch-switch start -- GitLab