commit | ada2b3bcb61f6fc1e25203f366aa68ef1e5342f3 | [log] [tgz] |
---|---|---|
author | Andy Bavier <acb@cs.princeton.edu> | Sun Jun 12 10:33:01 2016 -0400 |
committer | GitHub <noreply@github.com> | Sun Jun 12 10:33:01 2016 -0400 |
tree | 8cd0afbe02ec284191a25f5392b42326b1405f61 | |
parent | 640f4e637c717c75f12712cc0a0a0d34d2f95253 [diff] |
Add "make fabric" to script
diff --git a/scripts/single-node-pod.sh b/scripts/single-node-pod.sh index 73c253f..3f74069 100755 --- a/scripts/single-node-pod.sh +++ b/scripts/single-node-pod.sh
@@ -81,7 +81,7 @@ echo "Pause 2 minutes" sleep 120 - ssh ubuntu@xos "cd xos/xos/configurations/cord-pod; make vtn" + ssh ubuntu@xos "cd xos/xos/configurations/cord-pod; make vtn; make fabric" echo "" echo "Pause 30 seconds" sleep 30