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