Don't fail if not using CloudLab
Change-Id: I5f9126632d21793518036686fb39abc18ca81aa5
diff --git a/seba-in-a-box/Makefile b/seba-in-a-box/Makefile
index 40e3f2c..48dccb4 100644
--- a/seba-in-a-box/Makefile
+++ b/seba-in-a-box/Makefile
@@ -58,7 +58,7 @@
sudo apt update
sudo apt install -y httpie jq software-properties-common
sudo swapoff -a
- [ -d /usr/local/etc/emulab ] && $(MAKEDIR)/../openstack-helm/cloudlab-disk-setup.sh
+ if [ -d /usr/local/etc/emulab ]; then $(MAKEDIR)/../openstack-helm/cloudlab-disk-setup.sh; fi
touch $@
/usr/bin/docker: | $(M)/setup